From 51f62f4f660b28d5ede94effe5eb777049dabf91 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 3 Sep 2007 23:55:16 +0000 Subject: [PATCH] Log --- htdocs/cactioncomm.class.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/htdocs/cactioncomm.class.php b/htdocs/cactioncomm.class.php index 58eff125f55..d60582fb8eb 100644 --- a/htdocs/cactioncomm.class.php +++ b/htdocs/cactioncomm.class.php @@ -112,8 +112,6 @@ class CActionComm { $repid = array(); $repcode = array(); - dolibarr_syslog("CActionComm.class::liste_array active=$active idorcode=$idorcode"); - $sql = "SELECT id, code, libelle, module"; $sql.= " FROM ".MAIN_DB_PREFIX."c_actioncomm"; if ($active != '') @@ -121,6 +119,7 @@ class CActionComm { $sql.=" WHERE active=".$active; } + dolibarr_syslog("CActionComm::liste_array sql=".$sql); $resql=$this->db->query($sql); if ($resql) {