Bug #20491 » class.t3lib_loaddbgroup.php.diff
t3lib/class.t3lib_loaddbgroup.php (working copy) | ||
---|---|---|
|
||
|
||
if ($this->MM_table_where) {
|
||
$additionalWhere.= "\n".str_replace('###THIS_UID###', intval($uid), $this->MM_table_where);
|
||
$additionalWhere.= "\n AND ".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);
|