mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-15 05:51:28 +01:00
Suppression warning
This commit is contained in:
@@ -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++;
|
||||||
|
|||||||
Reference in New Issue
Block a user