From 640148133d3b14382b06be42621d7678f4d91688 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sun, 29 Jun 2003 11:14:35 +0000 Subject: [PATCH] bugfix --- htdocs/comm/fiche.php3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/comm/fiche.php3 b/htdocs/comm/fiche.php3 index c943736d8db..91681dfb1c4 100644 --- a/htdocs/comm/fiche.php3 +++ b/htdocs/comm/fiche.php3 @@ -388,7 +388,7 @@ if ($socid > 0) { } /* */ - print ''.$obj->code.''; + print ''.$obj->code.''; print "\n"; $i++; } @@ -481,7 +481,7 @@ if ($socid > 0) { } /* */ - print ''.$obj->code.''; + print ''.$obj->code.''; print "\n"; $i++; }