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.72 -r1.73 --- openacs-4/packages/dotlrn/tcl/community-procs.tcl 13 Mar 2002 00:11:35 -0000 1.72 +++ openacs-4/packages/dotlrn/tcl/community-procs.tcl 13 Mar 2002 00:49:40 -0000 1.73 @@ -488,7 +488,7 @@ if {![empty_string_p $rel_type]} { dotlrn_club::add_user -rel_type $rel_type -community_id $community_id -user_id $user_id } else { - dotlrn_club::add_user -rel_type $rel_type -community_id $community_id -user_id $user_id + dotlrn_club::add_user -community_id $community_id -user_id $user_id } } else { if {![empty_string_p $rel_type]} {