From 241d0ad7e114f4764520bae15f4410d56846aa87 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 16 May 2005 09:40:01 +0000 Subject: [PATCH] Modif arrondis --- htdocs/telephonie/stats/destinations/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/telephonie/stats/destinations/index.php b/htdocs/telephonie/stats/destinations/index.php index 7b0d6a36edf..083c3509726 100644 --- a/htdocs/telephonie/stats/destinations/index.php +++ b/htdocs/telephonie/stats/destinations/index.php @@ -72,7 +72,7 @@ if ($db->query($sql)) print ""; print ''.$row[0].''."\n"; - print ''.round($row[2],4)."\n"; + print ''.round($row[2],2)."\n"; print ''.$row[1]."\n";