From: justdave%syndicomm.com <> Date: Mon, 10 Dec 2001 04:23: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.14.2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6928b683bfa9f364ebd163efe1763f53bb847afa;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 3cf7a9b20d..4ffb82f757 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 "