From 9f7f22249c2685ec2922f00ac333302a8dfda78e Mon Sep 17 00:00:00 2001 From: Zeno Tajoli Date: Mon, 28 Jun 2010 18:24:17 +0200 Subject: [PATCH] var status in C4/Output.pm --- C4/Output.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/C4/Output.pm b/C4/Output.pm index 0bb71b433d..1fb5d41fbf 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, -- 2.39.5