Index: openacs-4/packages/acs-subsite/www/permissions/one-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/permissions/one-oracle.xql,v diff -u -r1.3 -r1.4 --- openacs-4/packages/acs-subsite/www/permissions/one-oracle.xql 7 Dec 2001 22:45:41 -0000 1.3 +++ openacs-4/packages/acs-subsite/www/permissions/one-oracle.xql 16 Jan 2003 13:40:37 -0000 1.4 @@ -45,9 +45,9 @@ - select acs_object.name(context_id) - from acs_objects - where object_id = :object_id +SELECT acs_object.name(context_id) as context_name, context_id, security_inherit_p + FROM acs_objects + WHERE object_id = :object_id @@ -56,7 +56,7 @@ - select object_id as c_object_id,acs_object.name(object_id) as c_name + select object_id as c_object_id,acs_object.name(object_id) as c_name, object_type as c_type from acs_objects o where context_id = :object_id and exists (select 1