Index: openacs-4/packages/dotlrn/www/member-add-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/member-add-oracle.xql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/dotlrn/www/member-add-oracle.xql 11 Feb 2002 17:17:17 -0000 1.1 +++ openacs-4/packages/dotlrn/www/member-add-oracle.xql 11 Feb 2002 22:03:23 -0000 1.2 @@ -10,17 +10,6 @@ and user_id not in (select user_id from dotlrn_member_rels_full where community_id = :community_id) - and user_id in (select decode((select parent_id - from dotlrn_communities - where community_id = :community_id), - NULL, - (select user_id from dotlrn_users), - (select user_id - from dotlrn_member_rels_full - where community_id = (select parent_id - from dotlrn_communities - where community_id = :community_id))) - from dual)