[Koha-patches] [PATCH] [3.0.x] [bug 4914] var status in C4/Output.pm

Zeno Tajoli tajoli at cilea.it
Mon Jun 28 18:24:17 CEST 2010


---
 C4/Output.pm |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/C4/Output.pm b/C4/Output.pm
index 0bb71b4..1fb5d41 100644
--- a/C4/Output.pm
+++ b/C4/Output.pm
@@ -388,7 +388,6 @@ sub output_html_with_http_headers ($$$;$$) {
 
     $content_type = "text/html" unless $content_type =~ m!/!; # very basic sanity check
     print $query->header(
-        -status  => $status,
         -type    => $content_type,
         -charset => 'UTF-8',
         -cookie  => $cookie,
-- 
1.5.3.7



More information about the Koha-patches mailing list