Index: openacs-4/packages/file-storage/lib/folder-links-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/lib/folder-links-oracle.xql,v diff -u -N -r1.1.2.1 -r1.1.2.2 --- openacs-4/packages/file-storage/lib/folder-links-oracle.xql 21 Jul 2005 18:46:20 -0000 1.1.2.1 +++ openacs-4/packages/file-storage/lib/folder-links-oracle.xql 31 Mar 2006 04:08:48 -0000 1.1.2.2 @@ -34,11 +34,7 @@ fs_objects.html_description from fs_objects where fs_objects.parent_id = :folder_id - and exists (select 1 - from acs_object_party_privilege_map m - where m.object_id = fs_objects.object_id - and m.party_id = :viewing_user_id - and m.privilege = 'read') + $permission_clause and fs_objects.approved_p = 't' and ((fs_objects.active_date_start is null) or (sysdate >= fs_objects.active_date_start)) and ((fs_objects.active_date_end is null) or (sysdate <= fs_objects.active_date_end))