Bug #22085 » 13471_02_4-3.diff
typo3/class.db_list_extra.inc (working copy) | ||
---|---|---|
*/
|
||
function setReferences($table, $uid) {
|
||
$rows = $GLOBALS['TYPO3_DB']->exec_SELECTgetRows(
|
||
'*',
|
||
'tablename, recuid, field',
|
||
'sys_refindex',
|
||
'ref_table='.$GLOBALS['TYPO3_DB']->fullQuoteStr($table,'sys_refindex').
|
||
' AND ref_uid='.intval($uid).
|