Index: openacs-4/packages/file-storage/www/file-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/file-oracle.xql,v diff -u -r1.13 -r1.14 --- openacs-4/packages/file-storage/www/file-oracle.xql 17 May 2004 15:15:14 -0000 1.13 +++ openacs-4/packages/file-storage/www/file-oracle.xql 29 Jun 2004 10:18:25 -0000 1.14 @@ -36,6 +36,7 @@ o.creation_user as author_id, r.mime_type as type, m.label as pretty_type, + i.name, to_char(o.last_modified,'YYYY-MM-DD HH24:MI:SS') as last_modified_ansi, r.description, acs_permission.permission_p(r.revision_id,:user_id,'admin') as admin_p,