"do not fetch timezones (which trys to get installed languages) during setup"

This commit is contained in:
Ralf Becker 2009-10-19 20:45:23 +00:00
parent bfa071c319
commit 763b58912a

View File

@ -49,8 +49,9 @@ class preferences_hooks
if (!$hook_data['setup'])
{
$langs = translation::get_installed_langs();
$tzs = egw_time::getTimezones();
}
$tzs = egw_time::getTimezones();
$date_formats = array(
'd.m.Y' => 'd.m.Y',