From e478cfae41bdc5123a0db518e3b64a1ebf450ee0 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 8 Nov 2006 00:05:27 +0000 Subject: [PATCH] Fix: Cellule hors tableau --- htdocs/comm/fiche.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/comm/fiche.php b/htdocs/comm/fiche.php index d668e271055..5a7ba9863b2 100644 --- a/htdocs/comm/fiche.php +++ b/htdocs/comm/fiche.php @@ -707,8 +707,8 @@ if ($socid > 0) $contactstatic->id=$obj->idp; $contactstatic->name=$obj->name; $contactstatic->firstname=$obj->firstname; - print ''.$contactstatic->getNomUrl(1).''; - + print ''; + print $contactstatic->getNomUrl(1); if (trim($obj->note)) { print '
'.nl2br(trim($obj->note));