2
0
forked from Wavyzz/dolibarr

Fix: Date was not always visible

This commit is contained in:
Laurent Destailleur
2010-12-01 23:42:39 +00:00
parent 8f1f720e82
commit cc93d642e0
14 changed files with 15 additions and 15 deletions

View File

@@ -135,7 +135,7 @@ if ($id > 0 || ! empty($ref))
// 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)
{