From: justdave%syndicomm.com <> Date: Mon, 10 Dec 2001 04:21:31 +0000 (+0000) Subject: Re-fix for bug 102141: The prior checkin on this bug caused an error if you could... X-Git-Tag: bugzilla-2.16rc1~291 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8177d2c0c1ed1e838494400c6daf729f259089a6;p=thirdparty%2Fbugzilla.git 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 r= justdave, bbaetz --- diff --git a/bug_form.pl b/bug_form.pl index 2f8cea0a58..97491772d0 100644 --- a/bug_form.pl +++ b/bug_form.pl @@ -188,7 +188,8 @@ if (1 < @prodlist) { ""; } else { - $product_popup = $bug{'product'}; + $product_popup = $bug{'product'} . + ""; } print "