2
0
forked from Wavyzz/dolibarr

Removed SQL string from call debug log

This commit is contained in:
Marcos García de La Fuente
2014-06-13 01:34:39 +02:00
parent 7e7958cf73
commit ca0a6cb307
45 changed files with 90 additions and 101 deletions

View File

@@ -415,7 +415,7 @@ class Deplacement extends CommonObject
$sql.= ' FROM '.MAIN_DB_PREFIX.'deplacement as c';
$sql.= ' WHERE c.rowid = '.$id;
dol_syslog(get_class($this).'::info sql='.$sql);
dol_syslog(get_class($this).'::info', LOG_DEBUG);
$result = $this->db->query($sql);
if ($result)