Index: openacs-4/packages/xotcl-request-monitor/www/whos-online-today.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-request-monitor/www/whos-online-today.tcl,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/xotcl-request-monitor/www/whos-online-today.tcl 7 Aug 2017 23:48:30 -0000 1.5 +++ openacs-4/packages/xotcl-request-monitor/www/whos-online-today.tcl 26 Apr 2018 08:56:39 -0000 1.6 @@ -37,7 +37,7 @@ -no_data "no registered online today" -set users [list] +set users {} lassign [throttle users users_per_day] ip auth if {!$all} {set elements [concat $ip $auth]} {set elements $auth} set summary "We noticed in [expr {[llength $ip]+[llength $auth]}] users in total, containing [llength $auth] authenticated users"