From 296ee8f8909acc38fab15c288340498f05b6cb6e Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 24 Jan 2004 17:50:22 +0000 Subject: [PATCH] Meilleure gestion de l'affichage si la liste des clients est vide. --- htdocs/comm/contact.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/comm/contact.php b/htdocs/comm/contact.php index 36a3582dda9..18466edeba0 100644 --- a/htdocs/comm/contact.php +++ b/htdocs/comm/contact.php @@ -169,6 +169,8 @@ if ($result) print "

"; $db->free(); } else { + print_barre_liste("Liste des contacts $label",$page, $PHP_SELF); + print $db->error(); }