Re-fix for bug 102141: The prior checkin on this bug caused an error if you…

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
parent 482e72b6
......@@ -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 "
......
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