Project

General

Profile

Bug #17876 » patch_6875.diff

Administrator Admin, 2009-04-24 17:48

View differences:

t3lib/class.t3lib_tcemain.php (working copy)
// move the records
if (isset($dbAnalysis)) {
//as records are inserted on top we must reverse recordlist to be correct aferwards
$dbAnalysis->itemArray = array_reverse($dbAnalysis->itemArray);
foreach ($dbAnalysis->itemArray as $v) {
$this->moveRecord($v['table'],$v['id'],$destPid);
}
(2-2/5)