Code

Updated phone reports
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 1 Apr 2010 07:48:34 +0000 (07:48 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 1 Apr 2010 07:48:34 +0000 (07:48 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17451 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/gofon/gofon/fonreports/class_fonreport.inc

index ebe25a4595fd8b225fc04f18e46c018ae831bdf6..2c4ffe2dc2081893d94b7bb46559c621dfa07ca3 100644 (file)
@@ -104,6 +104,9 @@ class fonreport extends plugin
     /* Call parent execute */
     plugin::execute();
 
+    // Use the configured global timezone settings 
+    timezone::get_default_timezone();
+
     /* GVet template engine */
     $smarty= get_smarty();