From 55e9a6596b408062945971c68da73a0a0c5bbf33 Mon Sep 17 00:00:00 2001 From: Florian HENRY Date: Wed, 3 Mar 2021 21:10:50 +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 858deb7a827..895c8d3417f 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; } } }