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.81.2.1.4.3 -r1.81.2.1.4.4 --- openacs-4/packages/dotlrn/tcl/community-procs.xql 20 May 2004 05:08:36 -0000 1.81.2.1.4.3 +++ openacs-4/packages/dotlrn/tcl/community-procs.xql 17 Jun 2004 01:58:07 -0000 1.81.2.1.4.4 @@ -264,7 +264,7 @@ select community_type - from dotlrn_communities + from dotlrn_communities_all where community_id = :community_id @@ -292,9 +292,11 @@ select community_id, community_key, pretty_name, - url - from dotlrn_communities_full + archived_p, + dotlrn_community.url(community_id) as url + from dotlrn_communities_all where parent_community_id = :community_id + and archived_p = 'f' order by pretty_name @@ -345,7 +347,7 @@ select pretty_name - from dotlrn_communities + from dotlrn_communities_all where community_id = :community_id @@ -451,15 +453,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