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 -N --- openacs-4/packages/acs-subsite/www/index-oracle.xql 2 Oct 2003 22:04:46 -0000 1.4 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,20 +0,0 @@ - - - - oracle8.1.6 - - - - - select site_node.url(n.node_id) as url, acs_object.name(n.object_id) as name - 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 - - - - - -