Project

General

Profile

Feature #20930 ยป table_stdWrap.patch

Administrator Admin, 2009-08-26 22:19

View differences:

typo3/sysext/cms/tslib/class.tslib_content.php (working copy)
$GLOBALS['TSFE']->recordRegister[$originalRec]++;
}
$conf['table'] = trim($this->stdWrap($conf['table'],$conf['table.']));
if ($conf['table']=='pages' || substr($conf['table'],0,3)=='tt_' || substr($conf['table'],0,3)=='fe_' || substr($conf['table'],0,3)=='tx_' || substr($conf['table'],0,4)=='ttx_' || substr($conf['table'],0,5)=='user_' || substr($conf['table'],0,7)=='static_') {
$renderObjName = $conf['renderObj'] ? $conf['renderObj'] : '<'.$conf['table'];
    (1-1/1)