Supprime syslog de debug inutile

This commit is contained in:
Rodolphe Quiedeville 2007-07-03 12:26:53 +00:00
parent b5043b7666
commit 6be16a6393

View File

@ -196,7 +196,7 @@ class TelephonieContrat {
$sql .= " WHERE c.rowid = ".$id;
$resql = $this->db->query($sql);
dolibarr_syslog($sql);
if ($resql)
{
if ($this->db->num_rows($resql))