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.2 -r1.3 --- openacs-4/packages/dotlrn/www/community-user-add-2.tcl 28 Nov 2001 00:11:48 -0000 1.2 +++ openacs-4/packages/dotlrn/www/community-user-add-2.tcl 3 Dec 2001 02:51:27 -0000 1.3 @@ -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_users_full where user_id=:user_id" +db_1row select_user_info "select first_names, last_name, email from dotlrn_full_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]