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.4 -r1.81.2.1.4.5 --- openacs-4/packages/dotlrn/tcl/community-procs.xql 17 Jun 2004 01:58:07 -0000 1.81.2.1.4.4 +++ openacs-4/packages/dotlrn/tcl/community-procs.xql 18 Jun 2004 16:09:34 -0000 1.81.2.1.4.5 @@ -287,20 +287,6 @@ - - - select community_id, - community_key, - pretty_name, - 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 - - - select package_id