Index: openacs-4/packages/imsld/www/support-activity-roles.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/imsld/www/support-activity-roles.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/imsld/www/support-activity-roles.tcl 6 Jun 2006 13:24:46 -0000 1.3 +++ openacs-4/packages/imsld/www/support-activity-roles.tcl 25 Jul 2006 17:28:18 -0000 1.4 @@ -1,8 +1,4 @@ -ad_page_contract { - Here is placed information about roles and users in support activities - -} db_multirow role_info get_multirow_role_info "select title as role_name, role_id from imsld_rolesi @@ -37,6 +33,13 @@ } +if { [string eq "" $supported_user_id] } { + set supported_user_name "[_ imsld.None_please_select]" +} else { + set supported_user_name "[person::name -person_id $supported_user_id]" +} + + set lista [template::util::multirow_to_list supported_users_in_role]