Project

General

Profile

Bug #21864 » 13059-disabled-user-settings.patch

Administrator Admin, 2009-12-18 08:07

View differences:

typo3/sysext/setup/mod/index.php (working copy)
if ($style) {
$more .= ' style="' . $style . '"';
}
if ($this->overrideConf[$fieldName]) {
$more .= ' disabled="disabled"';
}
$value = $config['table'] == 'be_users' ? $GLOBALS['BE_USER']->user[$fieldName] : $GLOBALS['BE_USER']->uc[$fieldName];
if (!$value && isset($config['default'])) {
(1-1/2)