Bug #23855 » 16147_v2.diff
t3lib/class.t3lib_page.php (working copy) | ||
---|---|---|
$this->versionOL($table,$olrow);
|
||
// Merge record content by traversing all fields:
|
||
if (is_array($olrow)) {
|
||
if (is_array($olrow)) {
|
||
if (isset($olrow['_ORIG_uid'])) {
|
||
$row['_ORIG_uid'] = $olrow['_ORIG_uid'];
|
||
}
|
||
if (isset($olrow['_ORIG_pid'])) {
|
||
$row['_ORIG_pid'] = $olrow['_ORIG_pid'];
|
||
}
|
||
foreach($row as $fN => $fV) {
|
||
if ($fN!='uid' && $fN!='pid' && isset($olrow[$fN])) {
|
||
- « Previous
- 1
- 2
- Next »