From 06d54d9a2bed791fb4ca211ac2296c6183c2cd64 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 25 May 2004 10:17:34 +0000 Subject: [PATCH] =?UTF-8?q?Affichage=20des=20num=E9ros=20de=20t=E9l=E9phon?= =?UTF-8?q?es=20mis=20en=20forme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/contact/index.php | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/htdocs/contact/index.php b/htdocs/contact/index.php index 8dbf7a9d8ca..0587de18915 100644 --- a/htdocs/contact/index.php +++ b/htdocs/contact/index.php @@ -179,15 +179,13 @@ if ($result) print "idp\">$obj->nom\n"; - print ''.$obj->phone.' '; + print ''.dolibarr_print_phone($obj->phone).' '; if ($_GET["view"] == 'phone') - { + { + print ''.dolibarr_print_phone($obj->phone_mobile).' '; - print ''.$obj->phone_mobile.' '; - - print ''.$obj->fax.' '; - + print ''.dolibarr_print_phone($obj->fax).' '; } else {