diff --git a/htdocs/contact.class.php b/htdocs/contact.class.php index eb091028cf2..becff245207 100644 --- a/htdocs/contact.class.php +++ b/htdocs/contact.class.php @@ -233,6 +233,14 @@ class Contact } } } + else + { + print "Erreur bad id"; + } + } + else + { + print $this->db->error(); } } /*