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 -N -r1.2 -r1.3 --- openacs-4/packages/xotcl-request-monitor/www/whos-online.tcl 17 Aug 2006 01:32:27 -0000 1.2 +++ openacs-4/packages/xotcl-request-monitor/www/whos-online.tcl 19 Oct 2006 10:47:41 -0000 1.3 @@ -108,8 +108,8 @@ } switch -glob $orderby { name,* {set index 0; set type -dictionary} - online_time,* {set index 2; set type -integer} - activity,* {set index 4; set type -real} + online_time,* {set index 4; set type -real} + activity,* {set index 5; set type -integer} hits,* {set index 5; set type -dictionary} switches,* {set index 8; set type -integer} peer_address,* {set index 9; set type -dictionary}