Allow queries for null target milestone, and allow reseting a target

milestone back to null.
This commit is contained in:
terry%netscape.com 1999-02-03 17:32:52 +00:00
parent d53efc93ec
commit 4c6ae2f338

View 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>" .