Index: openacs.org-dev/packages/monitoring/www/watchdog/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs.org-dev/packages/monitoring/www/watchdog/index.tcl,v diff -u -r1.1.1.1 -r1.1.1.2 --- openacs.org-dev/packages/monitoring/www/watchdog/index.tcl 9 Jul 2002 17:35:09 -0000 1.1.1.1 +++ openacs.org-dev/packages/monitoring/www/watchdog/index.tcl 8 Oct 2002 15:47:14 -0000 1.1.1.2 @@ -1,7 +1,7 @@ # /admin/monitoring/watchdog/index.tcl ad_page_contract { - @cvs-id index.tcl,v 3.1.6.6 2000/07/31 21:54:31 luke Exp + @cvs-id $Id$ } { kbytes:integer,optional num_minutes:integer,optional @@ -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]