From 5db2966c527f606598b9e9636e3df501e51e58bb Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 7 Jul 2005 21:55:37 +0000 Subject: [PATCH] =?UTF-8?q?Look:=20Modif=20esth=E9tique=20mineure?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/comm/fiche.php | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/htdocs/comm/fiche.php b/htdocs/comm/fiche.php index 8f66146acb0..d2650b8d2ff 100644 --- a/htdocs/comm/fiche.php +++ b/htdocs/comm/fiche.php @@ -651,6 +651,7 @@ if ($_socid > 0) { $i = 0 ; $num = $db->num_rows($result); + $var=true; while ($i < $num) { @@ -661,28 +662,26 @@ if ($_socid > 0) if ($oldyear == strftime("%Y",$obj->da) ) { - //print '|'; - print "" .strftime("%Y",$obj->da)."\n"; + print ''.strftime("%Y",$obj->da)."\n"; } else { - print "" .strftime("%Y",$obj->da)."\n"; + print ''.strftime("%Y",$obj->da)."\n"; $oldyear = strftime("%Y",$obj->da); } if ($oldmonth == strftime("%Y%b",$obj->da) ) { - //print '|'; - print "" .strftime("%b",$obj->da)."\n"; + print '' .strftime("%b",$obj->da)."\n"; } else { - print "" .strftime("%b",$obj->da)."\n"; + print '' .strftime("%b",$obj->da)."\n"; $oldmonth = strftime("%Y%b",$obj->da); } - print "" .strftime("%d",$obj->da)."\n"; - print "" .strftime("%H:%M",$obj->da)."\n"; + print ''.strftime("%d",$obj->da)."\n"; + print ''.strftime("%H:%M",$obj->da)."\n"; print ' ';