From: terry%netscape.com <> Date: Thu, 4 Feb 1999 01:32:52 +0000 (+0000) Subject: Allow queries for null target milestone, and allow reseting a target X-Git-Tag: bugzilla-2.2~13 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=6bebf1f55bcb539c59d2baf5f36c92799f312df8;p=thirdparty%2Fbugzilla.git Allow queries for null target milestone, and allow reseting a target milestone back to null. --- diff --git a/bug_form.pl b/bug_form.pl index 8876f88273..0adcaac1ce 100644 --- a/bug_form.pl +++ b/bug_form.pl @@ -156,6 +156,7 @@ if (Param("usetargetmilestone")) { if ($bug{'target_milestone'} eq "") { $bug{'target_milestone'} = " "; } + push(@::legal_target_milestone, " "); print "