Index: openacs-4/packages/xotcl-request-monitor/www/throttle-statistics.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-request-monitor/www/throttle-statistics.tcl,v diff -u -r1.2.2.1 -r1.2.2.2 --- openacs-4/packages/xotcl-request-monitor/www/throttle-statistics.tcl 17 Sep 2013 19:29:57 -0000 1.2.2.1 +++ openacs-4/packages/xotcl-request-monitor/www/throttle-statistics.tcl 13 Oct 2013 18:16:13 -0000 1.2.2.2 @@ -29,7 +29,7 @@ multirow create url_statistics type user user_url time IPadress URL foreach l [lsort -index 2 $data] { lassign $l type user time IPadress URL - if {[string match *.* $user]} { + if {[string match "*.*" $user]} { set user "Anonymous" set user_url "" } else {