From 9e7524a3caf50822d97e9ffb5aa58236a48c3edb Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 24 Nov 2005 06:56:39 +0000 Subject: [PATCH] Fixed links for fax reports git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2032 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/gofax/reports/class_faxreport.inc | 2 +- plugins/gofax/reports/detail.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/gofax/reports/class_faxreport.inc b/plugins/gofax/reports/class_faxreport.inc index d25ff4695..dbae32e3c 100644 --- a/plugins/gofax/reports/class_faxreport.inc +++ b/plugins/gofax/reports/class_faxreport.inc @@ -146,7 +146,7 @@ class faxreport extends plugin $queuing_time= $line['queuing_time']; $_SESSION['fuserfilter']= $this->userfilter; - $smarty->assign("plug", validate($_GET['plug'])); + $smarty->assign("plug", "?plug=".validate($_GET['plug'])); $smarty->assign("detail", validate($_GET['detail'])); $format= _("Y-M-D"); diff --git a/plugins/gofax/reports/detail.tpl b/plugins/gofax/reports/detail.tpl index 0ac801f81..1cd45f5fc 100644 --- a/plugins/gofax/reports/detail.tpl +++ b/plugins/gofax/reports/detail.tpl @@ -65,6 +65,6 @@

- +

-- 2.30.2