Bug #20659 » 0011395_v5.patch
t3lib/class.t3lib_transferdata.php (Arbeitskopie) | ||
---|---|---|
}
|
||
}
|
||
$pageTS = t3lib_beFunc::getPagesTSconfig($id, true);
|
||
if ($id < 0) {
|
||
$record = t3lib_beFunc::getRecord ($table, abs($id), 'pid');
|
||
$pid = $record['pid'];
|
||
unset($record);
|
||
} else {
|
||
$pid = intval($id);
|
||
}
|
||
$pageTS = t3lib_beFunc::getPagesTSconfig($pid);
|
||
if (isset($pageTS['TCAdefaults.'])) {
|
||
$TCAPageTSOverride = $pageTS['TCAdefaults.'];
|
||
if (is_array($TCAPageTSOverride[$table.'.'])) {
|
- « Previous
- 1
- 2
- 3
- 4
- Next »