Index: openacs-4/packages/xotcl-request-monitor/www/whos-online.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-request-monitor/www/whos-online.tcl,v diff -u -r1.16.2.2 -r1.16.2.3 --- openacs-4/packages/xotcl-request-monitor/www/whos-online.tcl 6 Apr 2020 17:16:59 -0000 1.16.2.2 +++ openacs-4/packages/xotcl-request-monitor/www/whos-online.tcl 4 Aug 2020 09:43:32 -0000 1.16.2.3 @@ -67,7 +67,7 @@ set user_info [xo::request_monitor_user_info $user_id] set user_label [dict get $user_info label] set user_url [dict get $user_info url] - if {![string is integer $user_id] && !$all} { + if {![string is integer $user_id] && $all} { # it was an IP address continue }