Bug #17876 » 0006875_v4.patch
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);
|
||
}
|
||
}
|
- « Previous
- 1
- …
- 3
- 4
- 5
- Next »