Index: openacs-4/packages/dotlrn/www/community-user-add-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/community-user-add-2.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/dotlrn/www/community-user-add-2.tcl 27 Nov 2001 23:32:03 -0000 1.1 +++ openacs-4/packages/dotlrn/www/community-user-add-2.tcl 28 Nov 2001 00:11:48 -0000 1.2 @@ -6,9 +6,10 @@ @creation-date 2001-11-04 } { user_id - community_id } +set community_id [dotlrn_community::get_community_id] + # Get user information db_1row select_user_info "select first_names, last_name, email from dotlrn_users_full where user_id=:user_id"