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 -r1.6.12.1 -r1.6.12.2 --- openacs-4/packages/dotlrn-portlet/www/dotlrn-admin-portlet.xql 21 Jul 2005 22:55:06 -0000 1.6.12.1 +++ openacs-4/packages/dotlrn-portlet/www/dotlrn-admin-portlet.xql 20 Nov 2006 20:00:20 -0000 1.6.12.2 @@ -2,6 +2,14 @@ + + + update dotlrn_communities_all set + max_members = :size + where community_id = :community_id + + + select community_type, @@ -11,7 +19,8 @@ portal_id, non_member_portal_id, admin_portal_id, - archived_p + archived_p, + max_members from dotlrn_communities_all, groups where community_id = :community_id and groups.group_id = community_id