Index: openacs-4/packages/monitoring/www/watchdog/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/monitoring/www/watchdog/index.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/monitoring/www/watchdog/index.tcl 20 Apr 2001 20:51:11 -0000 1.1 +++ openacs-4/packages/monitoring/www/watchdog/index.tcl 19 Aug 2002 23:10:29 -0000 1.2 @@ -13,7 +13,7 @@ } else { set num_minutes "" if { ![info exists kbytes] || [empty_string_p $kbytes] } { - set kbytes 200 + set kbytes 200 } set bytes [expr $kbytes * 1000] } @@ -36,7 +36,7 @@
-[ns_quotehtml [wd_errors "$num_minutes" "$bytes"]]
+[ns_quotehtml [wd_errors -external_parser_p 1 -num_minutes "$num_minutes" -num_bytes "$bytes"]]
 
[ad_admin_footer]