Index: openacs-4/packages/dotlrn/tcl/community-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/community-procs.tcl,v diff -u -r1.59 -r1.60 --- openacs-4/packages/dotlrn/tcl/community-procs.tcl 21 Feb 2002 17:28:17 -0000 1.59 +++ openacs-4/packages/dotlrn/tcl/community-procs.tcl 25 Feb 2002 19:05:09 -0000 1.60 @@ -506,7 +506,7 @@ # Callbacks applets_dispatch \ -community_id $community_id \ - -op RemoveUser \ + -op RemoveUserFromCommunity \ -list_args [list $community_id $user_id] # Get a few important things, like rel_id and portal portal_id @@ -820,7 +820,7 @@ set user_id [lindex $user 2] # do the callbacks - applet_call $applet_key RemoveUser [list $community_id $user_id] + applet_call $applet_key RemoveUserFromCommunity [list $community_id $user_id] } # Callback