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.5.2.1 -r1.5.2.2 --- openacs-4/packages/xotcl-request-monitor/www/stat-details.tcl 17 Sep 2013 07:17:40 -0000 1.5.2.1 +++ openacs-4/packages/xotcl-request-monitor/www/stat-details.tcl 17 Sep 2013 07:19:18 -0000 1.5.2.2 @@ -102,7 +102,7 @@ lappend stat [list $url $time $cnt] } } -set full_stat $stat +set full_stat {} # append avg foreach l $stat { lassign $l url time cnt