summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0f5787f)
raw | patch | inline | side by side (parent: 0f5787f)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 1 Apr 2010 07:48:34 +0000 (07:48 +0000) | ||
committer | hickert <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 | patch | blob | history |
diff --git a/gosa-plugins/gofon/gofon/fonreports/class_fonreport.inc b/gosa-plugins/gofon/gofon/fonreports/class_fonreport.inc
index ebe25a4595fd8b225fc04f18e46c018ae831bdf6..2c4ffe2dc2081893d94b7bb46559c621dfa07ca3 100644 (file)
/* Call parent execute */
plugin::execute();
+ // Use the configured global timezone settings
+ timezone::get_default_timezone();
+
/* GVet template engine */
$smarty= get_smarty();