From 6955b86bf33d8be0a2f4e42d617df98a3b1bfcf1 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 9 Aug 2005 14:06:24 +0000 Subject: [PATCH] Formatage de la marge --- htdocs/telephonie/ca/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/telephonie/ca/index.php b/htdocs/telephonie/ca/index.php index 0f6f9764571..f9e3ac8a356 100644 --- a/htdocs/telephonie/ca/index.php +++ b/htdocs/telephonie/ca/index.php @@ -74,7 +74,7 @@ if ($db->query($sql)) print "".substr($row[0],5,2)." ".substr($row[0],0,4)."\n"; print ''.price($row[1])." HT\n"; print ''.price($row[2])." HT\n"; - print ''.round(($row[2]/$row[1])*100,2)." %\n"; + print ''.number_format(round(($row[2]/$row[1])*100,2),2)." %\n"; print "\n"; $i++; }