Index: openacs-4/packages/xotcl-request-monitor/www/last101.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-request-monitor/www/last101.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/xotcl-request-monitor/www/last101.tcl 26 Apr 2018 08:56:39 -0000 1.6 +++ openacs-4/packages/xotcl-request-monitor/www/last101.tcl 9 May 2018 15:33:34 -0000 1.7 @@ -13,7 +13,7 @@ set title "Last 100 Requests" set context [list "Last 100 Requests"] -set stat {} +set stat [list] foreach {key value} [throttle last100] {lappend stat $value} Class create CustomField -volatile \