Supprime syslog de debug inutile
This commit is contained in:
parent
b5043b7666
commit
6be16a6393
@ -196,7 +196,7 @@ class TelephonieContrat {
|
|||||||
$sql .= " WHERE c.rowid = ".$id;
|
$sql .= " WHERE c.rowid = ".$id;
|
||||||
|
|
||||||
$resql = $this->db->query($sql);
|
$resql = $this->db->query($sql);
|
||||||
dolibarr_syslog($sql);
|
|
||||||
if ($resql)
|
if ($resql)
|
||||||
{
|
{
|
||||||
if ($this->db->num_rows($resql))
|
if ($this->db->num_rows($resql))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user