From cc470aa36d8a7aff4d47322c24cc0fc17d0f8007 Mon Sep 17 00:00:00 2001 From: "terry%netscape.com" <> Date: Thu, 4 Feb 1999 00:43:05 +0000 Subject: Allow queries for null target milestone, and allow reseting a target milestone back to null. --- query.cgi | 1 + 1 file changed, 1 insertion(+) diff --git a/query.cgi b/query.cgi index 6e8305975..c417802cd 100755 --- 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 "
-- cgit v1.2.3-24-g4f1b