From 0b7d9e7f772ee107d0cb1816d6c5cb679ae6e01a Mon Sep 17 00:00:00 2001 From: "mkanat%kerio.com" <> Date: Wed, 9 Mar 2005 08:26:38 +0000 Subject: Bug 284975: Any code after Throw*Error is a dead code. Patch By Tomas Kopal r=LpSolit, a=myk --- editproducts.cgi | 2 -- 1 file changed, 2 deletions(-) (limited to 'editproducts.cgi') diff --git a/editproducts.cgi b/editproducts.cgi index 11658c29a..db391228b 100755 --- a/editproducts.cgi +++ b/editproducts.cgi @@ -129,13 +129,11 @@ sub CheckClassificationNew ($) # do we have a classification? unless ($cl) { ThrowUserError('classification_not_specified'); - exit; } unless (TestClassification $cl) { ThrowUserError('classification_doesnt_exist', {'name' => $cl}); - exit; } } -- cgit v1.2.3-24-g4f1b