Index: openacs-4/packages/dotlrn-portlet/www/dotlrn-admin-portlet.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-portlet/www/dotlrn-admin-portlet.xql,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/dotlrn-portlet/www/dotlrn-admin-portlet.xql 29 Mar 2002 19:39:58 -0000 1.4 +++ openacs-4/packages/dotlrn-portlet/www/dotlrn-admin-portlet.xql 6 May 2002 23:56:30 -0000 1.5 @@ -1,18 +1,20 @@ - - - select community_type, - pretty_name, - description, - portal_template_id, - join_policy, - admin_portal_id - from dotlrn_communities,groups - where community_id = :community_id - and groups.group_id = community_id - - + + + select community_type, + pretty_name, + description, + join_policy, + portal_id, + non_member_portal_id, + admin_portal_id + from dotlrn_communities,groups + where community_id = :community_id + and groups.group_id = community_id + + +