From 4e2f929460bf3783a7e395784c285707ec881c28 Mon Sep 17 00:00:00 2001 From: Florian HENRY Date: Wed, 3 Mar 2021 21:11:04 +0100 Subject: [PATCH] test --- htdocs/comm/action/class/actioncomm.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/comm/action/class/actioncomm.class.php b/htdocs/comm/action/class/actioncomm.class.php index 895c8d3417f..858deb7a827 100644 --- a/htdocs/comm/action/class/actioncomm.class.php +++ b/htdocs/comm/action/class/actioncomm.class.php @@ -592,7 +592,7 @@ class ActionComm extends CommonObject dol_syslog('Error to process userassigned: '.$this->db->lasterror(), LOG_ERR); $this->errors[] = $this->db->lasterror(); } - var_dump($sql);exit; + //var_dump($sql);exit; } } }