diff --git a/htdocs/contact.php b/htdocs/contact.php index 2b175033ef9..7bfbcc441c1 100644 --- a/htdocs/contact.php +++ b/htdocs/contact.php @@ -145,6 +145,8 @@ if ($result) { print ""; $db->free(); } else { + print_barre_liste("Liste des contacts",$page, $PHP_SELF); + print $db->error(); }