From: hickert Date: Tue, 2 May 2006 08:51:12 +0000 (+0000) Subject: Fixed year month switching X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=67e632a50ba97f4fba21e73f0d5c5e0e8bd17636;p=gosa.git Fixed year month switching git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3183 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/gofon/fonreports/class_fonreport.inc b/plugins/gofon/fonreports/class_fonreport.inc index 5b810f60b..9c5ec4464 100644 --- a/plugins/gofon/fonreports/class_fonreport.inc +++ b/plugins/gofon/fonreports/class_fonreport.inc @@ -275,6 +275,10 @@ class fonreport extends plugin } $smarty->assign("mode".$this->sort, "\"\"sort_direction. ".png\" border=0 align=middle>"); + $smarty->assign("month_select" , $this->month); + $smarty->assign("years" , $years); + $smarty->assign("year_select" , $this->year); + $smarty->assign("search_result" , ""); return($smarty->fetch(get_template_path('contents.tpl', TRUE))); }