]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fixed bug causing named queries to get all screwed up around "target
authorterry%mozilla.org <>
Mon, 24 Jan 2000 04:37:46 +0000 (04:37 +0000)
committerterry%mozilla.org <>
Mon, 24 Jan 2000 04:37:46 +0000 (04:37 +0000)
milestones".

query.cgi

index 0b6d0b67b40db6b788d17c8b25b8ae2c0e2fd963..f7484e0332adb2650fbc85557ca77885ad18f3f7 100755 (executable)
--- a/query.cgi
+++ b/query.cgi
@@ -559,7 +559,7 @@ if (Param("usetargetmilestone")) {
     print "
 <td align=left valign=top>
 <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>
 </td>";
 }