Index: openacs-4/packages/file-storage/www/copy-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/copy-postgresql.xql,v diff -u -r1.9 -r1.9.2.1 --- openacs-4/packages/file-storage/www/copy-postgresql.xql 7 Aug 2017 23:48:11 -0000 1.9 +++ openacs-4/packages/file-storage/www/copy-postgresql.xql 15 Mar 2019 10:09:24 -0000 1.9.2.1 @@ -11,16 +11,6 @@ postgresql 7.2 - - - - 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 - -