From 16473ce5a482f09d81c10e6692126ba6c21f8daa Mon Sep 17 00:00:00 2001 From: "travis%sedsystems.ca" <> Date: Thu, 17 Feb 2005 01:40:12 +0000 Subject: Bug 282267 : product name is checked twice in enter_bug.cgi Patch by Frederic Buclin r=mkanat a=myk --- enter_bug.cgi | 4 ---- 1 file changed, 4 deletions(-) (limited to 'enter_bug.cgi') diff --git a/enter_bug.cgi b/enter_bug.cgi index 864487018..ad4213023 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}}) { -- cgit v1.2.3-24-g4f1b