From 7e0f83d97e296b4cd831373b5118632d06ff8408 Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Mon, 18 Jan 2021 16:06:06 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/user/class/user.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/user/class/user.class.php b/htdocs/user/class/user.class.php index cf0172b9e37..043879d723c 100644 --- a/htdocs/user/class/user.class.php +++ b/htdocs/user/class/user.class.php @@ -1425,7 +1425,7 @@ class User extends CommonObject } $sql .= ' WHERE rowid='.$this->id; print var_dump($sql); - + $resql = $this->db->query($sql); dol_syslog(get_class($this)."::create_from_contact", LOG_DEBUG);