From: travis%sedsystems.ca <> Date: Thu, 17 Feb 2005 01:40:12 +0000 (+0000) Subject: Bug 282267 : product name is checked twice in enter_bug.cgi X-Git-Tag: bugzilla-2.19.3~303 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16473ce5a482f09d81c10e6692126ba6c21f8daa;p=thirdparty%2Fbugzilla.git Bug 282267 : product name is checked twice in enter_bug.cgi Patch by Frederic Buclin r=mkanat a=myk --- diff --git a/enter_bug.cgi b/enter_bug.cgi index 8644870188..ad42130237 100755 --- a/enter_bug.cgi +++ b/enter_bug.cgi @@ -297,10 +297,6 @@ if(!CanEnterProduct($product)) GetVersionTable(); -if (lsearch(\@::enterable_products, $product) == -1) { - ThrowUserError("invalid_product_name", { product => $product}); -} - my $product_id = get_product_id($product); if (0 == @{$::components{$product}}) {