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.1.4.1 -r1.1.4.2 --- openacs-4/packages/acs-subsite/www/index-oracle.xql 16 Dec 2002 19:40:15 -0000 1.1.4.1 +++ openacs-4/packages/acs-subsite/www/index-oracle.xql 14 Mar 2003 10:14:24 -0000 1.1.4.2 @@ -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