From 5c57487b4cd21cc079f8b6d6053955d9c937e211 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 28 Mar 2009 19:21:26 +0000 Subject: [PATCH] Remove test code --- htdocs/soc.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/htdocs/soc.php b/htdocs/soc.php index 6513b2121bc..8aae6b0db36 100644 --- a/htdocs/soc.php +++ b/htdocs/soc.php @@ -123,10 +123,6 @@ if ((! $_POST["getcustomercode"] && ! $_POST["getsuppliercode"]) $soc->commercial_id = $_POST["commercial_id"]; - # A virer -print 'ttt'.$soc->email.isValidEMail($soc->email).$_POST["action"]; -exit; - // Check parameters if (! empty($soc->email) && ! isValidEMail($soc->email)) {