Project

General

Profile

Bug #17774 » class.t3lib_refindex.php.patch

Witali Rott, 2014-03-28 11:31

View differences:

class.t3lib_refindex.php (Arbeitskopie)
$uidList = array(0);
foreach ($allRecs as $recdat) {
$refIndexObj = t3lib_div::makeInstance('t3lib_refindex');
$result = $refIndexObj->updateRefIndexTable($tableName, $recdat['uid'], $testOnly);
$result = $this->updateRefIndexTable($tableName, $recdat['uid'], $testOnly);
$uidList[] = $recdat['uid'];
$recCount++;
(2-2/2)