From c7672cbbe50895b6ab375c54b7c83b7d9bddb0b7 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 24 Jun 2006 13:36:13 +0000 Subject: [PATCH] =?UTF-8?q?New:=20Ajout=20d'une=20fonction=20=E9volu=E9e?= =?UTF-8?q?=20pour=20lister=20le=20contenu=20d'un=20r=E9pertoire?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/lib/functions.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/lib/functions.inc.php b/htdocs/lib/functions.inc.php index 016a7f4f500..374f9025325 100644 --- a/htdocs/lib/functions.inc.php +++ b/htdocs/lib/functions.inc.php @@ -1957,6 +1957,7 @@ function dolibarr_dir_list($path, $types="all", $recursive=0, $filter="", $exclu closedir($dir); // Obtain a list of columns + $myarray=array(); foreach ($file_list as $key => $row) { $myarray[$key] = $row['date'];