]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fixes Gerv's tree bustage from the checkin for bug 163114; 2xr=#mozwebtools
authorpreed%sigkill.com <>
Wed, 2 Oct 2002 07:03:53 +0000 (07:03 +0000)
committerpreed%sigkill.com <>
Wed, 2 Oct 2002 07:03:53 +0000 (07:03 +0000)
process_bug.cgi

index 1e4fd28b7ebf208d347dfae1cd52c3b0a64717e5..32ba89308bad718c41d5bbfa6ae3241d9712f3f8 100755 (executable)
@@ -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";