Project

General

Profile

Bug #27519 » 27519.diff

Joh. Feustel, 2011-06-17 16:42

View differences:

t3lib/class.t3lib_befunc.php (working copy)
'uid IN (' . implode(',', $selectUids) . ')'
);
while ($MMrow = $GLOBALS['TYPO3_DB']->sql_fetch_assoc($MMres)) {
$mmlA[] = ($noRecordLookup ? $MMrow['uid'] : self::getRecordTitle($theColConf['foreign_table'], $MMrow, FALSE, $forceResult));
$mmlA[array_search($MMrow['uid'], $selectUids)] = $noRecordLookup ?
$MMrow['uid'] :
self::getRecordTitle($theColConf['foreign_table'], $MMrow, FALSE, $forceResult);
}
$GLOBALS['TYPO3_DB']->sql_free_result($MMres);
ksort($mmlA);
if (is_array($mmlA)) {
$l = implode('; ', $mmlA);
(1-1/3)