Project

General

Profile

Bug #20540 » 11237.diff

Administrator Admin, 2009-06-09 22:23

View differences:

typo3/sysext/cms/tslib/class.tslib_fe.php (Arbeitskopie)
* @see checkEnableFields(), tslib_cObj::getTreeList(), checkRootlineForIncludeSection()
*/
function checkPagerecordForIncludeSection($row) {
return (!$row['extendToSubpages'] || $this->checkEnableFields($row)) ? 1 : 0;
return (!$row['fe_group'] || $this->checkEnableFields($row)) ? 1 : 0;
}
/**
(1-1/2)