From 35135e55f3924c755026771c541f68765c564c61 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 16 Feb 2005 14:16:39 +0000 Subject: [PATCH] Correction moyenne --- htdocs/telephonie/stats/clients/clients.week.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/telephonie/stats/clients/clients.week.class.php b/htdocs/telephonie/stats/clients/clients.week.class.php index 11693fab1cb..b8390e810f3 100644 --- a/htdocs/telephonie/stats/clients/clients.week.class.php +++ b/htdocs/telephonie/stats/clients/clients.week.class.php @@ -143,6 +143,7 @@ class GraphClientsWeek extends GraphBarMoy { $moys = array(); $moys[0] = $datas_new[0]; + $sum = $moys[0]; for ($i = 1 ; $i < $nbel ; $i++) {