From c8b13dd35b10455bfe5bb839a200e6eefe2afcd8 Mon Sep 17 00:00:00 2001 From: cajus Date: Wed, 17 May 2006 06:18:18 +0000 Subject: [PATCH] Really fixed it git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3376 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/gofon/fonreports/main.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/gofon/fonreports/main.inc b/plugins/gofon/fonreports/main.inc index 314b64313..254b8fc1f 100644 --- a/plugins/gofon/fonreports/main.inc +++ b/plugins/gofon/fonreports/main.inc @@ -17,7 +17,7 @@ if (!$remove_lock){ $display.= "\n"; /* Page header*/ - $display= print_header(get_template_path('images/phonereport.png'), _("Phone reports").$display); + $display= print_header(get_template_path('images/phonereport.png'), _("Phone reports")).$display; /* Store changes in session */ $_SESSION['fonreport']= $fonreport; -- 2.30.2