Project

General

Profile

Bug #22085 » 13471_02_4-3.diff

Administrator Admin, 2010-04-17 19:05

View differences:

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).
(4-4/8)