From: hickert Date: Thu, 1 Apr 2010 07:48:34 +0000 (+0000) Subject: Updated phone reports X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=2b06f07009f40e8bd5fddb9184a0fe8e19ebfbf9;hp=0f5787ff07839ed0b7ea7bf7442c70ac37ac25b0;p=gosa.git Updated phone reports git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17451 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/gofon/gofon/fonreports/class_fonreport.inc b/gosa-plugins/gofon/gofon/fonreports/class_fonreport.inc index ebe25a459..2c4ffe2dc 100644 --- a/gosa-plugins/gofon/gofon/fonreports/class_fonreport.inc +++ b/gosa-plugins/gofon/gofon/fonreports/class_fonreport.inc @@ -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();