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 --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/dotlrn-portlet/www/dotlrn-admin-portlet.xql 22 Jan 2002 20:05:28 -0000 1.1 @@ -0,0 +1,17 @@ + + + + + + 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 + + +