Index: openacs-4/packages/dotlrn/www/reject.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/reject.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/dotlrn/www/reject.tcl 29 Mar 2002 19:14:46 -0000 1.2 +++ openacs-4/packages/dotlrn/www/reject.tcl 5 Jul 2002 08:13:46 -0000 1.3 @@ -35,7 +35,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::membership_reject -community_id $community_id -user_id $user_id