Commit 6bebf1f5 authored by terry%netscape.com's avatar terry%netscape.com

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

milestone back to null.
parent cc470aa3
......@@ -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>" .
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment