fixed typo, thanks to Jo�o Martins

This commit is contained in:
Ralf Becker 2004-09-19 20:33:41 +00:00
parent 9998281008
commit 3a9c7b62d7

View File

@ -2746,7 +2746,7 @@
}
$GLOBALS['phpgw_info']['user']['preferences']['common']['tz_offset'] = $temp_tz_offset;
$GLBOALS['phpgw']->datetime->tz_offset = ((60 * 60) * $temp_tz_offset);
$GLOBALS['phpgw']->datetime->tz_offset = ((60 * 60) * $temp_tz_offset);
$GLOBALS['phpgw_info']['user']['preferences']['common']['timeformat'] = $temp_timeformat;
$GLOBALS['phpgw_info']['user']['preferences']['common']['dateformat'] = $temp_dateformat;