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.6.2.1 --- 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 30 Sep 2013 11:39:39 -0000 1.6.2.1 @@ -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]