Index: openacs-4/packages/file-storage/www/copy-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/copy-oracle.xql,v diff -u -r1.7 -r1.7.2.1 --- openacs-4/packages/file-storage/www/copy-oracle.xql 7 Aug 2017 23:48:11 -0000 1.7 +++ openacs-4/packages/file-storage/www/copy-oracle.xql 15 Mar 2019 10:09:24 -0000 1.7.2.1 @@ -12,16 +12,6 @@ oracle 8.1.6 - - - - select fs.object_id, fs.name, fs.title, fs.parent_id, - acs_permission.permission_p(fs.object_id, :user_id, 'read') as copy_p, fs.type - from fs_objects fs - where fs.object_id in ([template::util::tcl_to_sql_list $object_id]) - order by copy_p - -