Index: openacs-4/packages/xotcl-request-monitor/www/last-requests.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-request-monitor/www/last-requests.tcl,v diff -u -r1.11 -r1.11.2.1 --- openacs-4/packages/xotcl-request-monitor/www/last-requests.tcl 5 Jul 2018 15:14:01 -0000 1.11 +++ openacs-4/packages/xotcl-request-monitor/www/last-requests.tcl 16 Dec 2019 17:55:12 -0000 1.11.2.1 @@ -73,7 +73,7 @@ if {$exclude} continue } set diff [expr {$last_timestamp-$timestamp}] - set url_label [string_truncate_middle -len 70 $url] + set url_label [ad_string_truncate_middle -len 70 $url] t1 add -time [clock format $timestamp] \ -timediff $diff \ -url $url_label \