Index: openacs-4/packages/xotcl-request-monitor/www/stat-details.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-request-monitor/www/stat-details.tcl,v diff -u -N -r1.13.2.1 -r1.13.2.2 --- openacs-4/packages/xotcl-request-monitor/www/stat-details.tcl 30 Mar 2019 19:46:54 -0000 1.13.2.1 +++ openacs-4/packages/xotcl-request-monitor/www/stat-details.tcl 16 Dec 2019 17:55:12 -0000 1.13.2.2 @@ -188,7 +188,7 @@ if {$exclude} continue } - t1 add -url [string_truncate_middle -len 80 $url] \ + t1 add -url [ad_string_truncate_middle -len 80 $url] \ -url.href [expr {[string match "*...*" $url] ? "" : "[ad_url]$url" }] \ -totaltime [lindex $l 1] \ -cnt [lindex $l 2] \