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++; } /*