From 429a1a1bbdf53c53948c7aab1bb2558005130181 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 24 Feb 2004 14:51:45 +0000 Subject: [PATCH] Correction id du contact dans les URL --- htdocs/comm/prospect/fiche.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/comm/prospect/fiche.php b/htdocs/comm/prospect/fiche.php index ca04b1deb1f..42228a0106d 100644 --- a/htdocs/comm/prospect/fiche.php +++ b/htdocs/comm/prospect/fiche.php @@ -232,9 +232,9 @@ if ($socid > 0) } print ""; print "$obj->poste "; - print ''.$obj->phone.' '; - print ''.$obj->fax.' '; - print ''.$obj->email.' '; + print ''.$obj->phone.' '; + print ''.$obj->fax.' '; + print ''.$obj->email.' '; print ""; print ''; print img_edit();