From 4030ddd8c7a6ea76afb22d18fd510e1d2cbc9786 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 24 Jun 2006 13:37:15 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/lib/functions.inc.php b/htdocs/lib/functions.inc.php index 374f9025325..d8360f8f917 100644 --- a/htdocs/lib/functions.inc.php +++ b/htdocs/lib/functions.inc.php @@ -1960,7 +1960,7 @@ function dolibarr_dir_list($path, $types="all", $recursive=0, $filter="", $exclu $myarray=array(); foreach ($file_list as $key => $row) { - $myarray[$key] = $row['date']; + $myarray[$key] = $row[$sortcriteria]; //$myarray2[$key] = $row['size']; }