Commit a240c91d authored by terry%mozilla.org's avatar terry%mozilla.org

Fixed bug causing named queries to get all screwed up around "target

milestones".
parent 45aea99c
...@@ -559,7 +559,7 @@ if (Param("usetargetmilestone")) { ...@@ -559,7 +559,7 @@ if (Param("usetargetmilestone")) {
print " print "
<td align=left valign=top> <td align=left valign=top>
<SELECT NAME=\"target_milestone\" MULTIPLE SIZE=5> <SELECT NAME=\"target_milestone\" MULTIPLE SIZE=5>
@{[make_options(\@::legal_target_milestone, $default{'component'}, $type{'component'})]} @{[make_options(\@::legal_target_milestone, $default{'target_milestone'}, $type{'target_milestone'})]}
</SELECT> </SELECT>
</td>"; </td>";
} }
......
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