*** empty log message ***

This commit is contained in:
sebastian 2005-03-02 19:31:22 +00:00
parent 06258d6b95
commit 504089acd0
1 changed files with 3 additions and 3 deletions

View File

@ -118,18 +118,18 @@ class uiBase
if ($val['isPref']) {
if (is_string($setting = $this->gb->loadGroupPref(NULL, 'StationPrefs', $val['element']))) {
$this->STATIONPREFS[$val['element']] = $setting;
} else {
} elseif ($val['required']){
$miss = TRUE;
}
}
}
if (!$this->STATIONPREFS['stationMaxfilesize'])
$this->STATIONPREFS['stationMaxfilesize'] = strtr(ini_get('upload_max_filesize'), array('M'=>'000000', 'k'=>'000'));
/*
if ($miss && $this->login) {
$this->_retMsg('Note: Station Preferences not setup.');
}
*/
}
}