Project

General

Profile

Bug #17461 » 0005948_trunk.patch

Administrator Admin, 2007-07-11 16:49

View differences:

t3lib/class.t3lib_tcemain.php (Arbeitskopie)
$value = $this->autoVersionIdMap[$foreign_table][$value];
}
// Set a hint that this was a new child record:
$this->newRelatedIDs[$table][] = $value;
$this->newRelatedIDs[$foreign_table][] = $value;
$valueArray[$key] = $value;
}
}
(2-2/2)