]> 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 01:32:52 +0000 (01:32 +0000)
committerterry%netscape.com <>
Thu, 4 Feb 1999 01:32:52 +0000 (01:32 +0000)
milestone back to null.

bug_form.pl

index 8876f88273419811741565b79cc291094c46442c..0adcaac1ceddc31851d61d9c78f810578d949da5 100644 (file)
@@ -156,6 +156,7 @@ if (Param("usetargetmilestone")) {
     if ($bug{'target_milestone'} eq "") {
         $bug{'target_milestone'} = " ";
     }
+    push(@::legal_target_milestone, " ");
     print "
 <TD ALIGN=RIGHT><A href=\"$url\"><B>Target Milestone:</B></A></TD>
 <TD><SELECT NAME=target_milestone>" .