forked from Wavyzz/dolibarr
New: Ajout d'une fonction volue pour lister le contenu d'un rpertoire
This commit is contained in:
@@ -1957,6 +1957,7 @@ function dolibarr_dir_list($path, $types="all", $recursive=0, $filter="", $exclu
|
|||||||
closedir($dir);
|
closedir($dir);
|
||||||
|
|
||||||
// Obtain a list of columns
|
// Obtain a list of columns
|
||||||
|
$myarray=array();
|
||||||
foreach ($file_list as $key => $row)
|
foreach ($file_list as $key => $row)
|
||||||
{
|
{
|
||||||
$myarray[$key] = $row['date'];
|
$myarray[$key] = $row['date'];
|
||||||
|
|||||||
Reference in New Issue
Block a user