From e6325cde69f4cd32357027f0df548aea724eb8c6 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 29 Jul 2005 14:20:47 +0000 Subject: [PATCH] =?UTF-8?q?Ajouts=20r=E9pertoires?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/telephonie/script/graph-statistiques-makedir.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/htdocs/telephonie/script/graph-statistiques-makedir.php b/htdocs/telephonie/script/graph-statistiques-makedir.php index 460168ca373..edacac34255 100644 --- a/htdocs/telephonie/script/graph-statistiques-makedir.php +++ b/htdocs/telephonie/script/graph-statistiques-makedir.php @@ -120,6 +120,13 @@ for ($j = 0 ; $j < 10 ; $j++) * */ +for ($j = 0 ; $j < 10 ; $j++) +{ + $dirs[$i] = DOL_DATA_ROOT."/graph/".$j."/telephonie"; + $i++; +} + + for ($j = 0 ; $j < 10 ; $j++) { $dirs[$i] = DOL_DATA_ROOT."/graph/".$j."/telephonie/client/"; @@ -128,6 +135,8 @@ for ($j = 0 ; $j < 10 ; $j++) $i++; $dirs[$i] = DOL_DATA_ROOT."/graph/".$j."/telephonie/commercial/"; $i++; + $dirs[$i] = DOL_DATA_ROOT."/graph/".$j."/telephonie/contrat/"; + $i++; } /*