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.3 -r1.4 --- openacs-4/packages/dotlrn/www/community-user-add-2.tcl 3 Dec 2001 02:51:27 -0000 1.3 +++ openacs-4/packages/dotlrn/www/community-user-add-2.tcl 11 Dec 2001 00:27:59 -0000 1.4 @@ -11,7 +11,7 @@ set community_id [dotlrn_community::get_community_id] # Get user information -db_1row select_user_info "select first_names, last_name, email from dotlrn_full_users where user_id=:user_id" +db_1row select_user_info "select first_names, last_name, email from dotlrn_users where user_id=:user_id" # Depending on the community_type, we have allowable rel_types set rel_types [dotlrn_community::get_allowed_rel_types -community_id $community_id]