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 -N -r1.4 -r1.5 --- openacs-4/packages/file-storage/www/file-oracle.xql 22 Sep 2001 05:51:00 -0000 1.4 +++ openacs-4/packages/file-storage/www/file-oracle.xql 4 Dec 2001 04:59:48 -0000 1.5 @@ -24,7 +24,6 @@ select r.title, r.revision_id as version_id, - file_storage.get_path(i.item_id,file_storage.get_root_folder([ad_conn package_id]),r.revision_id) as file_path, person.name(o.creation_user) as author, r.mime_type as type, to_char(o.last_modified,'YYYY-MM-DD HH24:MI') as last_modified,