Bug #17461 » 0005948_trunk.patch
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;
|
||
}
|
||
}
|
- « Previous
- 1
- 2
- Next »