]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Allow queries for null target milestone, and allow reseting a target
authorterry%netscape.com <>
Thu, 4 Feb 1999 00:43:05 +0000 (00:43 +0000)
committerterry%netscape.com <>
Thu, 4 Feb 1999 00:43:05 +0000 (00:43 +0000)
milestone back to null.

query.cgi

index 6e8305975ed4d4572c82263f95290d7cdade69bf..c417802cd121049a641793c8a6d0e019bab275cc 100755 (executable)
--- a/query.cgi
+++ b/query.cgi
@@ -196,6 +196,7 @@ my $emailinput2 = GenerateEmailInput(2);
 PutHeader("Bugzilla Query Page", "Query Page");
 
 push @::legal_resolution, "---"; # Oy, what a hack.
+push @::legal_target_milestone, "---"; # Oy, what a hack.
 
 print "
 <FORM NAME=queryForm METHOD=GET ACTION=\"buglist.cgi\">