summaryrefslogtreecommitdiffstats
path: root/bug_form.pl
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2001-12-10 05:21:31 +0100
committerjustdave%syndicomm.com <>2001-12-10 05:21:31 +0100
commit8177d2c0c1ed1e838494400c6daf729f259089a6 (patch)
treee386022eb2c86c4236d981e79d1ea80a69dfad99 /bug_form.pl
parent482e72b6a8190cf4e2ada47cf1168f36ed92afe5 (diff)
downloadbugzilla-8177d2c0c1ed1e838494400c6daf729f259089a6.tar.gz
bugzilla-8177d2c0c1ed1e838494400c6daf729f259089a6.tar.xz
Re-fix for bug 102141: The prior checkin on this bug caused an error if you could only see one product and you tried to
change a bug. Fix by David Kilzer <ddk@theracingworld.com> r= justdave, bbaetz
Diffstat (limited to 'bug_form.pl')
-rw-r--r--bug_form.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/bug_form.pl b/bug_form.pl
index 2f8cea0a5..97491772d 100644
--- a/bug_form.pl
+++ b/bug_form.pl
@@ -188,7 +188,8 @@ if (1 < @prodlist) {
"</SELECT>";
}
else {
- $product_popup = $bug{'product'};
+ $product_popup = $bug{'product'} .
+ "<INPUT TYPE=\"HIDDEN\" NAME=\"product\" VALUE=\"$bug{'product'}\">";
}
print "