Index: openacs-4/packages/dotlrn/www/deregister.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/deregister.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/dotlrn/www/deregister.tcl 29 Mar 2002 19:14:46 -0000 1.3 +++ openacs-4/packages/dotlrn/www/deregister.tcl 5 Jul 2002 08:13:46 -0000 1.4 @@ -36,7 +36,7 @@ if {[empty_string_p $user_id]} { set user_id [ad_conn user_id] } else { - dotlrn::require_user_admin_community $community_id + dotlrn::require_user_admin_community -community_id $community_id } dotlrn_community::remove_user $community_id $user_id