*** empty log message ***

This commit is contained in:
sebastian 2005-04-15 10:29:30 +00:00
parent 9d3ff15b65
commit 8b56186766
8 changed files with 910 additions and 899 deletions

View file

@ -148,7 +148,8 @@ class uiBase
$this->STATIONPREFS['stationMaxfilesize'] = strtr(ini_get('upload_max_filesize'), array('M'=>'000000', 'k'=>'000'));
if ($miss && $this->gb->getSessLogin($this->sessid)) {
$this->_retMsg('Note: Station Preferences not setup proberly.');
if (UI_WARNING) $this->_retMsg('Note: Station Preferences not setup proberly.');
$this->redirUrl = UI_BROWSER.'?popup[]=_2changeStationPrefs&popup[]=_close';
}
}