Index: openacs-4/packages/xotcl-request-monitor/www/running.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-request-monitor/www/running.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/xotcl-request-monitor/www/running.tcl 20 Dec 2012 15:38:47 -0000 1.6 +++ openacs-4/packages/xotcl-request-monitor/www/running.tcl 27 Oct 2014 16:42:02 -0000 1.7 @@ -19,7 +19,7 @@ } set running_requests [throttle running] -if {[info command bgdelivery] ne ""} { +if {[info commands bgdelivery] ne ""} { set background_requests [bgdelivery running] } else { set background_requests [list]