Index: openacs-4/packages/xotcl-request-monitor/www/throttle-statistics.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-request-monitor/www/throttle-statistics.tcl,v diff -u -N -r1.5.2.1 -r1.5.2.2 --- openacs-4/packages/xotcl-request-monitor/www/throttle-statistics.tcl 25 Jan 2020 14:17:59 -0000 1.5.2.1 +++ openacs-4/packages/xotcl-request-monitor/www/throttle-statistics.tcl 6 Apr 2020 17:16:59 -0000 1.5.2.2 @@ -34,8 +34,9 @@ set user "Anonymous" set user_url "" } else { - set user [person::name -person_id $uid] - set user_url [acs_community_member_admin_url -user_id $uid] + set user_info [xo::request_monitor_user_info $uid] + set user [dict get $user_info label] + set user_url [dict get $user_info url] } set time [clock format $time -format "%Y-%m-%d %H:%M:%S"] multirow append url_statistics $type $user $user_url $time $IPaddress $URL