From: preed%sigkill.com <> Date: Wed, 2 Oct 2002 07:03:53 +0000 (+0000) Subject: Fixes Gerv's tree bustage from the checkin for bug 163114; 2xr=#mozwebtools X-Git-Tag: bugzilla-2.17.1~96 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=baada6e8807e84dfa22a9fecdd4885839e9cab2d;p=thirdparty%2Fbugzilla.git Fixes Gerv's tree bustage from the checkin for bug 163114; 2xr=#mozwebtools --- diff --git a/process_bug.cgi b/process_bug.cgi index 1e4fd28b7e..32ba89308b 100755 --- a/process_bug.cgi +++ b/process_bug.cgi @@ -615,7 +615,7 @@ my $prod_id; # Remember, can't use this for mass changes if ($::FORM{'product'} ne $::dontchange) { $prod_id = get_product_id($::FORM{'product'}); $prod_id || - ThrowUserError("invalid_product_name", {product => $::FORM{'product'}); + ThrowUserError("invalid_product_name", {product => $::FORM{'product'}}); DoComma(); $::query .= "product_id = $prod_id";