2
0
forked from Wavyzz/dolibarr

Fix: Space after closing parenthesis of function call prohibited

This commit is contained in:
Regis Houssin
2011-09-20 13:32:16 +00:00
parent 3af539e70a
commit 551e1f81bf
63 changed files with 324 additions and 324 deletions

View File

@@ -1220,7 +1220,7 @@ class Commande extends CommonObject
if ($ref_int) $sql.= " AND c.ref_int='".$this->db->escape($ref_int)."'";
dol_syslog("Commande::fetch sql=".$sql, LOG_DEBUG);
$result = $this->db->query($sql) ;
$result = $this->db->query($sql);
if ($result)
{
$obj = $this->db->fetch_object($result);