Project

General

Profile

Feature #17325 ยป 0005670.diff

Administrator Admin, 2007-05-23 14:41

View differences:

typo3/sysext/cms/tslib/class.tslib_content.php (working copy)
$GLOBALS['TSFE']->recordRegister[$originalRec]++;
}
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_') {
if (substr($conf['table'],0,5)=='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_') {
$renderObjName = $conf['renderObj'] ? $conf['renderObj'] : '<'.$conf['table'];
$renderObjKey = $conf['renderObj'] ? 'renderObj' : '';
    (1-1/1)