Project

General

Profile

Feature #20933 » checkDoktype.diff

Administrator Admin, 2009-11-30 10:43

View differences:

typo3/sysext/cms/tslib/class.tslib_content.php (working copy)
if ($table=='pages') {
$query.=' '.$GLOBALS['TSFE']->sys_page->where_hid_del.
$GLOBALS['TSFE']->sys_page->where_groupAccess;
if(isset($conf['checkDoktype']) && $conf['checkDoktype'] == 0) {
$query = str_replace(' AND pages.doktype<200', '', $query);
}
} else {
$query.=$this->enableFields($table);
}
(2-2/2)