FIX remove debug
This commit is contained in:
parent
8699866062
commit
43ac51b44c
@ -1072,7 +1072,7 @@ abstract class CommonObject
|
||||
$sql.= " AND tc.code = '".$code."'";
|
||||
$sql.= " AND tc.active = 1";
|
||||
if ($status) $sql.= " AND ec.statut = ".$status;
|
||||
echo $sql;exit;
|
||||
|
||||
dol_syslog(get_class($this)."::getIdContact", LOG_DEBUG);
|
||||
$resql=$this->db->query($sql);
|
||||
if ($resql)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user