From 67a4ae1a8c2fe40322cf6d43708946a04e9eccfd Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Tue, 12 Jun 2007 00:29:04 +0000 Subject: [PATCH] Fix: mise en commentaire du debugage --- htdocs/societe.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/societe.php b/htdocs/societe.php index b5ee0495eb2..feac8a3d74e 100644 --- a/htdocs/societe.php +++ b/htdocs/societe.php @@ -38,7 +38,7 @@ $langs->load("suppliers"); // Sécurité d'accès client et commerciaux $socid = restrictedArea($user, 'societe','','',1); -print 'socid '.$socid; +//print 'socid '.$socid; $search_nom=isset($_GET["search_nom"])?$_GET["search_nom"]:$_POST["search_nom"]; $search_ville=isset($_GET["search_ville"])?$_GET["search_ville"]:$_POST["search_ville"];