summaryrefslogtreecommitdiffstats
path: root/query.cgi
diff options
context:
space:
mode:
authorterry%netscape.com <>1999-02-04 01:43:05 +0100
committerterry%netscape.com <>1999-02-04 01:43:05 +0100
commitcc470aa36d8a7aff4d47322c24cc0fc17d0f8007 (patch)
tree585cb76ec4f7bca8d783d47d9950fdee95121239 /query.cgi
parent5ac3c944912d06910b0273dc801b04b981245ba3 (diff)
downloadbugzilla-cc470aa36d8a7aff4d47322c24cc0fc17d0f8007.tar.gz
bugzilla-cc470aa36d8a7aff4d47322c24cc0fc17d0f8007.tar.xz
Allow queries for null target milestone, and allow reseting a target
milestone back to null.
Diffstat (limited to 'query.cgi')
-rwxr-xr-xquery.cgi1
1 files changed, 1 insertions, 0 deletions
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 "
<FORM NAME=queryForm METHOD=GET ACTION=\"buglist.cgi\">