Index: openacs-4/packages/acs-templating/www/doc/demo/error.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/demo/error.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/acs-templating/www/doc/demo/error.tcl 13 Mar 2001 22:59:27 -0000 1.1 +++ openacs-4/packages/acs-templating/www/doc/demo/error.tcl 29 Dec 2003 20:08:52 -0000 1.2 @@ -1,5 +1,5 @@ -if { [clock clicks] % 2 } { +if { [clock clicks -milliseconds] % 2 } { lappend problems is_odd "You caught the page on an odd tick." lappend problems another_thing "This is just another error." }