upps typo

This commit is contained in:
Ralf Becker 2009-11-30 16:00:23 +00:00
parent 5db82f568d
commit 6eb975f0da

View File

@ -188,9 +188,8 @@ class egw extends egw_minimal
$this->db->Link_ID->SetCharSet($GLOBALS['egw_info']['server']['system_charset']);
}
// restoring server timezone, to avoid warnings under php5.3
if (empty($GLOBALS['egw_info']['server']['server_timezone']))
if (!empty($GLOBALS['egw_info']['server']['server_timezone']))
{
date_default_timezone_set($GLOBALS['egw_info']['server']['server_timezone']);
}
register_shutdown_function(array($this, 'shutdown'));