Index: openacs-4/packages/file-storage/www/move-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/move-oracle.xql,v diff -u -r1.9 -r1.9.2.1 --- openacs-4/packages/file-storage/www/move-oracle.xql 3 Nov 2017 15:58:29 -0000 1.9 +++ openacs-4/packages/file-storage/www/move-oracle.xql 15 Mar 2019 09:45:54 -0000 1.9.2.1 @@ -13,16 +13,6 @@ 8.1.6 - - - select fs.object_id, fs.name, fs.type, fs.parent_id, - acs_permission.permission_p(fs.object_id, :user_id, 'delete') as move_p - from fs_objects fs - where fs.object_id in ([template::util::tcl_to_sql_list $object_id]) - order by move_p - - - select