From 3c2a6cb9bd3f3deaf402e52cbb7120298194091b Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 26 Apr 2007 14:35:43 +0000 Subject: [PATCH] Ajout rep manquants --- htdocs/telephonie/script/graph-statistiques-makedir.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/htdocs/telephonie/script/graph-statistiques-makedir.php b/htdocs/telephonie/script/graph-statistiques-makedir.php index edacac34255..448f68acb66 100644 --- a/htdocs/telephonie/script/graph-statistiques-makedir.php +++ b/htdocs/telephonie/script/graph-statistiques-makedir.php @@ -120,6 +120,12 @@ for ($j = 0 ; $j < 10 ; $j++) * */ +for ($j = 0 ; $j < 10 ; $j++) +{ + $dirs[$i] = DOL_DATA_ROOT."/graph/".$j; + $i++; +} + for ($j = 0 ; $j < 10 ; $j++) { $dirs[$i] = DOL_DATA_ROOT."/graph/".$j."/telephonie";