From ebcbf128639dfd0fb529d2478bc30e53a7ab2554 Mon Sep 17 00:00:00 2001 From: "bbaetz%student.usyd.edu.au" Date: Wed, 16 Oct 2002 10:10:45 +0000 Subject: [PATCH] Bug 174464 - buglist code for empty query shouldn't set headers_done r=gerv x2 git-svn-id: svn://10.0.0.236/trunk@132075 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/buglist.cgi | 2 -- 1 file changed, 2 deletions(-) diff --git a/mozilla/webtools/bugzilla/buglist.cgi b/mozilla/webtools/bugzilla/buglist.cgi index e71db0618f7..f5a7b65f1c4 100755 --- a/mozilla/webtools/bugzilla/buglist.cgi +++ b/mozilla/webtools/bugzilla/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"); }