Project

General

Profile

Bug #20491 » 11168_v2.diff

Administrator Admin, 2009-11-03 17:11

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);
$additionalWhere .= " 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);
(3-3/3)