Index: openacs-4/packages/file-storage/www/folder-chunk-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/folder-chunk-oracle.xql,v diff -u -r1.10 -r1.11 --- openacs-4/packages/file-storage/www/folder-chunk-oracle.xql 17 May 2004 15:15:14 -0000 1.10 +++ openacs-4/packages/file-storage/www/folder-chunk-oracle.xql 29 Jun 2004 10:18:25 -0000 1.11 @@ -15,10 +15,11 @@ fs_objects.url, fs_objects.sort_key, fs_objects.file_upload_name, + fs_objects.title, case when :folder_path is null - then fs_objects.name - else :folder_path || '/' || fs_objects.name + then fs_objects.file_upload_name + else :folder_path || '/' || fs_objects.file_upload_name end as file_url, case when fs_objects.last_modified >= (sysdate - :n_past_days)