Index: openacs-4/packages/dotlrn-portlet/www/dotlrn-admin-portlet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-portlet/www/dotlrn-admin-portlet.tcl,v diff -u -r1.16.2.4 -r1.16.2.5 --- openacs-4/packages/dotlrn-portlet/www/dotlrn-admin-portlet.tcl 20 Nov 2006 20:00:20 -0000 1.16.2.4 +++ openacs-4/packages/dotlrn-portlet/www/dotlrn-admin-portlet.tcl 22 Nov 2006 10:03:17 -0000 1.16.2.5 @@ -23,8 +23,6 @@ @author Arjun Sanyal (arjun@openforce.net) @author Ben Adida (ben@openforce) @cvs_id $Id$ -} { - {size:optional} } -properties { } @@ -38,18 +36,6 @@ set admin_pretty_name [ad_parameter -localize dotlrn_admin_pretty_name dotlrn] set subcommunity_p [dotlrn_community::subcommunity_p -community_id $community_id] -set max_members [dotlrn_community::max_members -community_id $community_id] - -if {[exists_and_not_null size]} { - if {$size >= 0} { - db_dml update_max_members {} - set max_members $size - } else { - ad_return_complaint 1 "[_ dotlrn.Invalid_size]" - ad_script_abort - } -} - #The community_type is dotlrn_club for "communties" and the subject name for classes. set comm_type [dotlrn_community::get_community_type_from_community_id $community_id]