From 67e632a50ba97f4fba21e73f0d5c5e0e8bd17636 Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 2 May 2006 08:51:12 +0000 Subject: [PATCH] Fixed year month switching git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3183 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/gofon/fonreports/class_fonreport.inc | 4 ++++ 1 file changed, 4 insertions(+) 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))); } -- 2.30.2