Project

General

Profile

Bug #17876 » 0006875_v4.patch

Administrator Admin, 2009-07-16 23:56

View differences:

t3lib/class.t3lib_tcemain.php (Arbeitskopie)
// move the records
if (isset($dbAnalysis)) {
foreach ($dbAnalysis->itemArray as $v) {
// Moving records to a positive destination will insert each
// record at the beginning, thus the order is reversed here:
foreach (array_reverse($dbAnalysis->itemArray) as $v) {
$this->moveRecord($v['table'],$v['id'],$destPid);
}
}
(5-5/5)