Bug #20491 » 11168_v2.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 .= " 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);
|
- « Previous
- 1
- 2
- 3
- Next »