From 72cbe0c1ae841f3c7e4c882ca29b6aed755aff18 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 13 Aug 2003 07:52:51 +0000 Subject: [PATCH] Suppresion lien 404 --- htdocs/fourn/contact.php3 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/htdocs/fourn/contact.php3 b/htdocs/fourn/contact.php3 index a3ae0ba4d4b..009105e372f 100644 --- a/htdocs/fourn/contact.php3 +++ b/htdocs/fourn/contact.php3 @@ -114,7 +114,7 @@ if ($result) { print "Prénom"; print_liste_field_titre("Société",$PHP_SELF,"lower(s.nom)", $begin); print "email"; - print 'Téléphone '; + print 'Téléphone'; print "\n"; $var=True; while ($i < $num) { @@ -130,9 +130,8 @@ if ($result) { print ' '; print "idp\">$obj->nom\n"; print "$obj->email \n"; - print ''.$obj->phone.' '; + print ''.$obj->phone.''; - print "idp&setcontact=$obj->cidp&action=create\">[Propal]\n"; print "\n"; $i++; }