Feature #15232 ยป t3lib_transferdata.diff
t3lib/class.t3lib_transferdata.php (working copy) | ||
---|---|---|
}
|
||
}
|
||
$pageTS = t3lib_beFunc::getPagesTSconfig($id, true);
|
||
if (isset($pageTS['TCAdefaults.'])) {
|
||
$TCAPageTSOverride = $pageTS['TCAdefaults.'];
|
||
if (is_array($TCAPageTSOverride[$table.'.'])) {
|
||
foreach($TCAPageTSOverride[$table.'.'] as $theF => $theV) {
|
||
if (isset($TCA[$table]['columns'][$theF])) {
|
||
$newRow[$theF]=$theV;
|
||
}
|
||
}
|
||
}
|
||
}
|
||
// Default values as submitted:
|
||
if (is_array($this->defVals[$table])) {
|
||
foreach($this->defVals[$table] as $theF => $theV) {
|
||
... | ... | |
if (defined('TYPO3_MODE') && $TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['t3lib/class.t3lib_transferdata.php']) {
|
||
include_once($TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['t3lib/class.t3lib_transferdata.php']);
|
||
}
|
||
?>
|
||
?>
|