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.3 -r1.12.2.4 --- openacs-4/packages/xotcl-request-monitor/www/last100.tcl 6 Apr 2020 17:16:59 -0000 1.12.2.3 +++ openacs-4/packages/xotcl-request-monitor/www/last100.tcl 25 Mar 2022 19:49:55 -0000 1.12.2.4 @@ -35,7 +35,10 @@ } lassign [split $orderby ,] att order -t1 orderby -order [expr {$order eq "asc" ? "increasing" : "decreasing"}] $att +t1 orderby \ + -order [ad_decode $order desc decreasing asc increasing increasing] \ + -type [ad_decode $att ms integer dictionary] \ + $att foreach l $stat { lassign $l timestamp c url ms requestor