From: cajus Date: Wed, 17 May 2006 06:17:46 +0000 (+0000) Subject: Fixed fonreports X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=26a8460bf57e084011a6e7efca1acb7cf41202df;p=gosa.git Fixed fonreports git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3375 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/gofon/fonreports/main.inc b/plugins/gofon/fonreports/main.inc index 329fc1526..314b64313 100644 --- a/plugins/gofon/fonreports/main.inc +++ b/plugins/gofon/fonreports/main.inc @@ -1,9 +1,6 @@ execute (); + $display= $fonreport->execute (); $display.= "\n"; + /* Page header*/ + $display= print_header(get_template_path('images/phonereport.png'), _("Phone reports").$display); + /* Store changes in session */ $_SESSION['fonreport']= $fonreport; }