diff options
author | bbaetz%student.usyd.edu.au <> | 2002-10-16 19:10:45 +0200 |
---|---|---|
committer | bbaetz%student.usyd.edu.au <> | 2002-10-16 19:10:45 +0200 |
commit | 14f94b7c8157c7a898aae3fcdc3c9514a3ea3e99 (patch) | |
tree | 84a7911fe5faae6b6d36fb2c8e066c7dbe3364aa /buglist.cgi | |
parent | fd742d6fc8849328749866dbff2936d43abcc7d1 (diff) | |
download | bugzilla-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-x | buglist.cgi | 2 |
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"); } |