Index: openacs-4/packages/dotlrn/www/communities-chunk-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/communities-chunk-oracle.xql,v diff -u -r1.3 -r1.4 --- openacs-4/packages/dotlrn/www/communities-chunk-oracle.xql 23 Jan 2002 05:45:56 -0000 1.3 +++ openacs-4/packages/dotlrn/www/communities-chunk-oracle.xql 25 Jan 2002 19:54:20 -0000 1.4 @@ -25,7 +25,7 @@ where supertype = 'dotlrn_community' start with community_type = dotlrn_communities.community_type connect by community_type = prior supertype) as root_community_type - from dotlrn_active_comms_not_closed dotlrn_communities, + from dotlrn_active_communities dotlrn_communities, dotlrn_member_rels_full where dotlrn_member_rels_full.user_id = :user_id and dotlrn_member_rels_full.community_id = dotlrn_communities.community_id @@ -48,7 +48,7 @@ where supertype = 'dotlrn_community' start with community_type = dotlrn_communities.community_type connect by community_type = prior supertype) as root_community_type - from dotlrn_communities_not_closed dotlrn_communities, + from dotlrn_communities dotlrn_communities, dotlrn_member_rels_full where dotlrn_member_rels_full.user_id = :user_id and dotlrn_member_rels_full.community_id = dotlrn_communities.community_id @@ -127,7 +127,7 @@ where supertype = 'dotlrn_community' start with community_type = dotlrn_communities.community_type connect by community_type = prior supertype) as root_community_type - from dotlrn_active_comms_not_closed dotlrn_communities, + from dotlrn_active_communities dotlrn_communities, dotlrn_member_rels_full where dotlrn_member_rels_full.user_id = :user_id and dotlrn_member_rels_full.community_id = dotlrn_communities.community_id @@ -151,7 +151,7 @@ where supertype = 'dotlrn_community' start with community_type = dotlrn_communities.community_type connect by community_type = prior supertype) as root_community_type - from dotlrn_communities_not_closed dotlrn_communities, + from dotlrn_communities dotlrn_communities, dotlrn_member_rels_full where dotlrn_member_rels_full.user_id = :user_id and dotlrn_member_rels_full.community_id = dotlrn_communities.community_id Index: openacs-4/packages/dotlrn/www/communities-chunk.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/communities-chunk.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/dotlrn/www/communities-chunk.tcl 24 Jan 2002 21:18:08 -0000 1.3 +++ openacs-4/packages/dotlrn/www/communities-chunk.tcl 25 Jan 2002 19:54:20 -0000 1.4 @@ -24,12 +24,10 @@ } set filter_bar [ad_dimensional { - {filter "Membership:" select_all_non_memberships + {filter "Memberships:" select_all_non_memberships { - {select_current_memberships current {}} - {select_all_memberships all {}} - {select_current_non_memberships {join current} {}} - {select_all_non_memberships {join any} {}} + {select_all_memberships current {}} + {select_all_non_memberships join {}} } } }]