From 6424015d68759e3653f08baf0ba7f5033f5824a8 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 8 Jul 2003 19:56:34 +0000 Subject: [PATCH] Supression colonne email inutile --- htdocs/societe.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/htdocs/societe.php b/htdocs/societe.php index f9a4675a831..28ea1c5fc02 100644 --- a/htdocs/societe.php +++ b/htdocs/societe.php @@ -124,8 +124,8 @@ if ($result) { print_liste_field_titre("Société",$PHP_SELF,"s.nom"); print ""; print_liste_field_titre("Ville",$PHP_SELF,"s.ville"); - print "email"; - print "Statut "; + print ""; + print ' '; print "\n"; $var=True; while ($i < $num) { @@ -136,7 +136,6 @@ if ($result) { print ""; print "idp\">$obj->nom\n"; print "".$obj->ville." \n"; - print " \n"; print ''; if ($obj->client) {