Index: openacs-4/packages/xotcl-request-monitor/www/last100.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-request-monitor/www/last100.tcl,v diff -u -r1.12.2.2 -r1.12.2.3 --- openacs-4/packages/xotcl-request-monitor/www/last100.tcl 25 Jan 2020 14:17:59 -0000 1.12.2.2 +++ openacs-4/packages/xotcl-request-monitor/www/last100.tcl 6 Apr 2020 17:16:59 -0000 1.12.2.3 @@ -39,12 +39,10 @@ foreach l $stat { lassign $l timestamp c url ms requestor - if {[string is integer $requestor]} { - set user_string [person::name -person_id $requestor] - } else { - set user_string $requestor - } + set user_info [xo::request_monitor_user_info $requestor] + set user_string [dict get $user_info label] + # # Provide the URLs only to admins as links. #