Bug #20659 » 11395.patch
../typo3_src-4.2.6/t3lib/class.t3lib_transferdata.php 2009-06-23 21:53:41.000000000 +0200 | ||
---|---|---|
}
|
||
}
|
||
$pageTS = t3lib_beFunc::getPagesTSconfig($id, true);
|
||
if ($id < 0) {
|
||
$res = $GLOBALS['TYPO3_DB']->exec_SELECTquery($table . '.pid', $table, $table . '.uid=' . abs($id), '', '', '1');
|
||
$result = $GLOBALS['TYPO3_DB']->sql_fetch_assoc($res);
|
||
$pageTS = t3lib_beFunc::getPagesTSconfig($result['pid']);
|
||
} else {
|
||
$pageTS = t3lib_beFunc::getPagesTSconfig($id);
|
||
}
|
||
if (isset($pageTS['TCAdefaults.'])) {
|
||
$TCAPageTSOverride = $pageTS['TCAdefaults.'];
|
||
if (is_array($TCAPageTSOverride[$table.'.'])) {
|