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 -r1.15 -r1.16 --- openacs-4/packages/xotcl-request-monitor/www/stat-details.tcl 11 Sep 2024 06:15:56 -0000 1.15 +++ openacs-4/packages/xotcl-request-monitor/www/stat-details.tcl 8 Oct 2024 15:11:52 -0000 1.16 @@ -50,7 +50,7 @@ if {$with_param == 0} { # without parameter # add up same URLs - array unset aggr_stat + unset -nocomplain aggr_stat foreach l $stat { lassign $l url time cnt set p "" @@ -83,7 +83,7 @@ } if {$with_apps == 1} { # reduce statistics to apps - array unset aggr_stat + unset -nocomplain aggr_stat foreach l $stat { lassign $l url time cnt set param ""