From 69456e601083692745865c1498bf2571f294b81e Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 16 May 2005 09:40:42 +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 083c3509726..fe21d31a909 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],2)."\n"; + print ''.round($row[2],0)."\n"; print ''.$row[1]."\n";