Index: openacs-4/packages/acs-subsite/www/index-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/Attic/index-oracle.xql,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-subsite/www/index-oracle.xql 16 Jan 2003 13:38:49 -0000 1.2 +++ openacs-4/packages/acs-subsite/www/index-oracle.xql 17 May 2003 09:58:56 -0000 1.3 @@ -19,6 +19,7 @@ from site_nodes n where n.parent_id = :node_id and n.object_id is not null + and acs_permission.permission_p(n.object_id, :user_id, 'read') = 't' order by name