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.14 -r1.15 --- openacs-4/packages/file-storage/www/file-oracle.xql 29 Jun 2004 10:18:25 -0000 1.14 +++ openacs-4/packages/file-storage/www/file-oracle.xql 23 Nov 2017 10:06:32 -0000 1.15 @@ -3,13 +3,6 @@ oracle8.1.6 - - - select content_item.get_parent_folder(:file_id) - from dual - - - @@ -53,24 +46,9 @@ where m.object_id = r.revision_id and m.party_id = :user_id and m.privilege = 'read') - $show_versions order by last_modified desc + and $show_versions order by last_modified desc - - - - - - - - - - and r.revision_id = i.live_revision - - - - -