Index: openacs-4/packages/dotlrn/www/one-community-admin.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/one-community-admin.xql,v diff -u -r1.6 -r1.7 --- openacs-4/packages/dotlrn/www/one-community-admin.xql 20 Jan 2002 06:11:04 -0000 1.6 +++ openacs-4/packages/dotlrn/www/one-community-admin.xql 22 Jan 2002 15:33:17 -0000 1.7 @@ -3,14 +3,13 @@ - select dotlrn_communities.community_type, - dotlrn_communities.pretty_name, - dotlrn_communities.description, - groups.join_policy - from dotlrn_communities, - groups - where dotlrn_communities.community_id = :community_id - and groups.group_id = :community_id + select community_type, + pretty_name, + description, + portal_template_id, + admin_portal_id + from dotlrn_communities + where community_id = :community_id