Index: openacs-4/packages/xotcl-request-monitor/www/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-request-monitor/www/index.tcl,v diff -u -N -r1.13 -r1.14 --- openacs-4/packages/xotcl-request-monitor/www/index.tcl 4 Oct 2008 19:26:51 -0000 1.13 +++ openacs-4/packages/xotcl-request-monitor/www/index.tcl 29 Dec 2008 13:12:28 -0000 1.14 @@ -268,7 +268,7 @@ set authUsers10 [lindex $active10 1] set activeIP10 [lindex $active10 0] set activeTotal10 [expr {$authUsers10 + $activeIP10}] -set active24 [throttle users perDay] +set active24 [throttle users nr_users_per_day] set authUsers24 [lindex $active24 1] set activeIP24 [lindex $active24 0] set activeTotal24 [expr {$authUsers24 + $activeIP24}] @@ -280,7 +280,7 @@ set active_community_string "" } -set active_user_string "$activeTotal10 users ($authUsers10 authenticated) $active_community_string active in last 10 minutes, $activeTotal24 ($authUsers24 authenticated) in last $::server_running" +set active_user_string "$activeTotal10 users ($authUsers10 authenticated) $active_community_string active in last 10 minutes, $activeTotal24 ($authUsers24 authenticated) in last $::server_running" set jsGraph [expr {!$jsGraph}] set toggle_graphics_url [export_vars -base [ad_conn url] {jsGraph}] set jsGraph [expr {!$jsGraph}]