Project

General

Profile

Bug #20659 » 11395_v3.patch

Administrator Admin, 2009-11-28 23:00

View differences:

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