From 6b988eb79cbcf45a316c83b2db9e3ed647f0e601 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 26 Jan 2011 14:49:27 +0000 Subject: [PATCH] Fix: Missing date --- htdocs/societe/document.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/societe/document.php b/htdocs/societe/document.php index fb1159f1630..d7a8f282270 100644 --- a/htdocs/societe/document.php +++ b/htdocs/societe/document.php @@ -130,7 +130,7 @@ if ($socid > 0) // Construit liste des fichiers - $filearray=dol_dir_list($upload_dir,"files",0,'','\.meta$',$sortfield,(strtolower($sortorder)=='desc'?SORT_ASC:SORT_DESC),3); + $filearray=dol_dir_list($upload_dir,"files",0,'','\.meta$',$sortfield,(strtolower($sortorder)=='desc'?SORT_ASC:SORT_DESC),1); $totalsize=0; foreach($filearray as $key => $file) {