From fb1ab6ff352e90a9707d6b41523b08142c0e52a8 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 13 Aug 2003 07:56:52 +0000 Subject: [PATCH] Correction bug #4457 --- htdocs/comm/action/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/comm/action/index.php b/htdocs/comm/action/index.php index 9df55b32cdc..0068af958a5 100644 --- a/htdocs/comm/action/index.php +++ b/htdocs/comm/action/index.php @@ -172,7 +172,7 @@ if ($socid) { $cont = new Contact($db); $cont->fetch($obj->fk_contact); - print ''.$cont->fullname.''; + print ''.$cont->fullname.''; } else { @@ -262,7 +262,7 @@ else { $cont = new Contact($db); $cont->fetch($obj->fk_contact); - print ''.$cont->fullname.''; + print ''.$cont->fullname.''; } else {