Project

General

Profile

Bug #20659 » 11395_v2.patch

Administrator Admin, 2009-11-28 20:01

View differences:

t3lib/class.t3lib_transferdata.php (working copy)
}
}
$pageTS = t3lib_beFunc::getPagesTSconfig($id, true);
if ($table == 'pages') {
$pid = abs($id);
} else {
$itemRec = t3lib_beFunc::getRecordsByField ($table, 'uid', abs($id));
$pid = $itemRec[0]['pid'];
}
$pageTS = t3lib_beFunc::getPagesTSconfig($pid);
if (isset($pageTS['TCAdefaults.'])) {
$TCAPageTSOverride = $pageTS['TCAdefaults.'];
if (is_array($TCAPageTSOverride[$table.'.'])) {
(2-2/4)