Feature #14999 » 2005-10-02_1518_adminpanel.patch
class.t3lib_tsfebeuserauth.php 2 Oct 2005 13:51:02 -0000 | ||
---|---|---|
if ($pre.'_'.$val == 'edit_displayFieldIcons' && $this->extAdminConfig['module.']['edit.']['forceDisplayFieldIcons']) {
|
||
return true;
|
||
}
|
||
|
||
if ($this->extAdminConfig['module.'][$pre.'.'][$val] && $val) {
|
||
return true;
|
||
}
|
||
if ($this->extAdminConfig['module.'][$pre]) {
|
||
return true;
|
||
}
|
||
$retVal = $val ? $this->uc['TSFE_adminConfig'][$pre.'_'.$val] : 1;
|
||