Suppression warning

This commit is contained in:
Laurent Destailleur
2006-09-08 21:10:16 +00:00
parent f3c8adcc69
commit 34a0b6fa83

View File

@@ -193,6 +193,7 @@ $dir = DOL_DOCUMENT_ROOT . "/includes/modules/";
// Charge tableaux modules, nom, numero, orders depuis r<>pertoire dir // Charge tableaux modules, nom, numero, orders depuis r<>pertoire dir
$handle=opendir($dir); $handle=opendir($dir);
$nom = array();
$modules = array(); $modules = array();
$orders = array(); $orders = array();
$i = 0; $i = 0;
@@ -218,7 +219,6 @@ while (($file = readdir($handle))!==false)
} }
$modules[$i] = $objMod; $modules[$i] = $objMod;
$nom[$i] = $modName; $nom[$i] = $modName;
$orders[$i] = "$objMod->family"."_".$j; // Tri par famille puis numero module $orders[$i] = "$objMod->family"."_".$j; // Tri par famille puis numero module
$j++; $j++;