Fix: Missing date

This commit is contained in:
Laurent Destailleur 2011-01-26 14:49:27 +00:00
parent 5c1853472b
commit 6b988eb79c

View File

@ -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)
{