From 0e642ff8f6452114eb6c3303c93c8a80f1f144fc Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 24 Feb 2005 11:56:35 +0000 Subject: [PATCH] Nettoyage --- .../script/graph-statistiques-makedir.php | 19 ------------------- htdocs/telephonie/script/retour.php | 2 -- 2 files changed, 21 deletions(-) diff --git a/htdocs/telephonie/script/graph-statistiques-makedir.php b/htdocs/telephonie/script/graph-statistiques-makedir.php index 421f8a455b8..1cbe14b4270 100644 --- a/htdocs/telephonie/script/graph-statistiques-makedir.php +++ b/htdocs/telephonie/script/graph-statistiques-makedir.php @@ -69,8 +69,6 @@ if (is_array($dirs)) } } - - $base_dir = DOL_DATA_ROOT.'/graph/telephonie/lignes/'; for ($i = 0 ; $i < 10 ; $i++) @@ -94,19 +92,6 @@ for ($i = 0 ; $i < 10 ; $i++) } } - - - - - - - - - - - - - function create_dir($dir) { if (! file_exists($dir)) @@ -116,10 +101,6 @@ function create_dir($dir) { print "Erreur: Le répertoire '$dir' n'existe pas et Dolibarr n'a pu le créer."; } - else - { - print $dir ." créé\n"; - } } } ?> diff --git a/htdocs/telephonie/script/retour.php b/htdocs/telephonie/script/retour.php index bf0c303e982..ac6eafed427 100644 --- a/htdocs/telephonie/script/retour.php +++ b/htdocs/telephonie/script/retour.php @@ -154,5 +154,3 @@ Function import_file($db,$dir,$file) return $error; } - -