Index: openacs-4/packages/dotlrn/tcl/community-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/community-procs.xql,v diff -u -r1.84 -r1.85 --- openacs-4/packages/dotlrn/tcl/community-procs.xql 17 May 2004 15:15:02 -0000 1.84 +++ openacs-4/packages/dotlrn/tcl/community-procs.xql 29 Jun 2004 10:17:54 -0000 1.85 @@ -140,16 +140,11 @@ dotlrn_member_rels_approved.user_id, acs_users_all.first_names, acs_users_all.last_name, - acs_users_all.email + acs_users_all.email, (select count(*) from acs_rels where rel_type = 'user_portrait_rel' - and object_id_one = dotlrn_member_rels_approved.user_id) as portrait_p, - (select count(*) - from acs_attribute_values - where object_id = dotlrn_member_rels_approved.user_id - and attribute_id = :bio_attribute_id - and attr_value != '') as bio_p + and object_id_one = dotlrn_member_rels_approved.user_id) as portrait_p, 0 as bio_p from acs_users_all, dotlrn_member_rels_approved where dotlrn_member_rels_approved.community_id = :community_id @@ -269,7 +264,7 @@ select community_type - from dotlrn_communities + from dotlrn_communities_all where community_id = :community_id @@ -293,18 +288,6 @@ - - - select community_id, - community_key, - pretty_name, - url - from dotlrn_communities_full - where parent_community_id = :community_id - order by pretty_name - - - select package_id @@ -351,7 +334,7 @@ select pretty_name - from dotlrn_communities + from dotlrn_communities_all where community_id = :community_id @@ -457,15 +440,15 @@ select portal_id - from dotlrn_communities + from dotlrn_communities_all where community_id = :community_id select non_member_portal_id - from dotlrn_communities + from dotlrn_communities_all where community_id = :community_id