From 3a9c7b62d79a92a852f02e1b78dfaa30a16d0bb2 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sun, 19 Sep 2004 20:33:41 +0000 Subject: [PATCH] =?UTF-8?q?fixed=20typo,=20thanks=20to=20Jo=EF=BF=BDo=20Ma?= =?UTF-8?q?rtins?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- calendar/inc/class.bocalendar.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar/inc/class.bocalendar.inc.php b/calendar/inc/class.bocalendar.inc.php index 931c1548b5..082b5adb52 100755 --- a/calendar/inc/class.bocalendar.inc.php +++ b/calendar/inc/class.bocalendar.inc.php @@ -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;