Index: openacs-4/packages/dotlrn/www/community-user-add-3.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/community-user-add-3.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/dotlrn/www/community-user-add-3.tcl 27 Nov 2001 23:32:03 -0000 1.1 +++ openacs-4/packages/dotlrn/www/community-user-add-3.tcl 28 Nov 2001 00:11:48 -0000 1.2 @@ -5,11 +5,12 @@ @author Ben Adida (ben@openforce.net) @creation-date 2001-11-04 } { - community_id user_id rel_type } +set community_id [dotlrn_community::get_community_id] + # Add the relation dotlrn_community::add_user -rel_type $rel_type $community_id $user_id