From f9e00882cebf1872f87b6f5ae04a5fa05525b6e3 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 9 Feb 2005 15:59:12 +0000 Subject: [PATCH] =?UTF-8?q?Diminue=20le=20nombre=20de=20semaines=20=E0=201?= =?UTF-8?q?8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/telephonie/stats/lignes/commandes.week.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/telephonie/stats/lignes/commandes.week.class.php b/htdocs/telephonie/stats/lignes/commandes.week.class.php index 91702a2f018..dfdef820926 100644 --- a/htdocs/telephonie/stats/lignes/commandes.week.class.php +++ b/htdocs/telephonie/stats/lignes/commandes.week.class.php @@ -120,7 +120,7 @@ class GraphLignesCommandesWeek extends GraphBar { $nbel = sizeof($datas_new); - for ($i = 0 ; $i < ($nbel - 22) ; $i++) + for ($i = 0 ; $i < ($nbel - 18) ; $i++) { array_shift($datas_new); array_shift($labels_new);