Project

General

Profile

Bug #20491 » 11168.diff

Administrator Admin, 2009-11-03 16:51

View differences:

t3lib/class.t3lib_loaddbgroup.php (working copy)
if ($this->MM_table_where) {
$additionalWhere.= "\n".str_replace('###THIS_UID###', intval($uid), $this->MM_table_where);
$this->MM_table_where = str_replace('###THIS_UID###', intval($uid), $this->MM_table_where);
}
foreach ($this->MM_match_fields as $field => $value) {
$additionalWhere.= ' AND '.$field.'='.$GLOBALS['TYPO3_DB']->fullQuoteStr($value, $tableName);
(2-2/3)