From: bbaetz%student.usyd.edu.au <> Date: Wed, 16 Oct 2002 17:10:45 +0000 (+0000) Subject: Bug 174464 - buglist code for empty query shouldn't set headers_done X-Git-Tag: bugzilla-2.17.1~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14f94b7c8157c7a898aae3fcdc3c9514a3ea3e99;p=thirdparty%2Fbugzilla.git Bug 174464 - buglist code for empty query shouldn't set headers_done r=gerv x2 --- diff --git a/buglist.cgi b/buglist.cgi index e71db0618f..f5a7b65f1c 100755 --- a/buglist.cgi +++ b/buglist.cgi @@ -57,8 +57,6 @@ use vars qw($db_name if (length($::buffer) == 0) { print "Refresh: 10; URL=query.cgi\n"; - print "Content-Type: text/html\n\n"; - $vars->{'header_done'} = 1; ThrowUserError("buglist_parameters_required"); }