From 545650139d7e75cad6894e0514ae72e4edf217ad Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 24 Jan 2004 18:19:12 +0000 Subject: [PATCH] Meilleure gestion de l'affichage si la liste des clients est vide. --- htdocs/contact.php | 2 ++ 1 file changed, 2 insertions(+) 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(); }