diff --git a/htdocs/user.class.php b/htdocs/user.class.php index c7e5a8a064a..478ba6858b6 100644 --- a/htdocs/user.class.php +++ b/htdocs/user.class.php @@ -589,12 +589,14 @@ class User } else { + dolibarr_syslog("Error in user.class.php->create_from_contact()"); print $this->db->error(); } } } else { + dolibarr_syslog("Error in user.class.php->create_from_contact()"); print $this->db->error(); }