Index: openacs-4/packages/acs-subsite/www/admin/relations/add-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/admin/relations/add-oracle.xql,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-subsite/www/admin/relations/add-oracle.xql 11 Aug 2001 21:31:03 -0000 1.2 +++ openacs-4/packages/acs-subsite/www/admin/relations/add-oracle.xql 4 Dec 2001 00:20:47 -0000 1.3 @@ -41,9 +41,9 @@ p.party_id from (select o.object_id as party_id from acs_objects o, - (select object_type from acs_object_types + (select object_type from acs_object_types ot start with $start_with - connect by prior object_type = supertype) t + connect by prior ot.object_type = ot.supertype) t where o.object_type = t.object_type) p, (select element_id from group_element_map