Index: openacs-4/packages/xotcl-request-monitor/www/users-in-community.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-request-monitor/www/users-in-community.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/xotcl-request-monitor/www/users-in-community.tcl 9 May 2018 15:33:34 -0000 1.6 +++ openacs-4/packages/xotcl-request-monitor/www/users-in-community.tcl 27 Jun 2018 16:27:50 -0000 1.7 @@ -28,8 +28,7 @@ if {[info exists listed($requestor)]} continue set listed($requestor) 1 if {[string is integer -strict $requestor]} { - acs_user::get -user_id $requestor -array user - set user_string "$user(first_names) $user(last_name)" + set user_string [person::name -person_id $requestor] } else { set user_string $requestor }