summaryrefslogtreecommitdiffstats
path: root/buglist.cgi
diff options
context:
space:
mode:
authorbbaetz%student.usyd.edu.au <>2002-10-16 19:10:45 +0200
committerbbaetz%student.usyd.edu.au <>2002-10-16 19:10:45 +0200
commit14f94b7c8157c7a898aae3fcdc3c9514a3ea3e99 (patch)
tree84a7911fe5faae6b6d36fb2c8e066c7dbe3364aa /buglist.cgi
parentfd742d6fc8849328749866dbff2936d43abcc7d1 (diff)
downloadbugzilla-14f94b7c8157c7a898aae3fcdc3c9514a3ea3e99.tar.gz
bugzilla-14f94b7c8157c7a898aae3fcdc3c9514a3ea3e99.tar.xz
Bug 174464 - buglist code for empty query shouldn't set headers_done
r=gerv x2
Diffstat (limited to 'buglist.cgi')
-rwxr-xr-xbuglist.cgi2
1 files changed, 0 insertions, 2 deletions
diff --git a/buglist.cgi b/buglist.cgi
index e71db0618..f5a7b65f1 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");
}