Index: openacs-4/packages/acs-tcl/tcl/document-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/document-procs.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-tcl/tcl/document-procs.tcl 10 Sep 2002 22:22:14 -0000 1.2 +++ openacs-4/packages/acs-tcl/tcl/document-procs.tcl 29 Dec 2003 20:08:52 -0000 1.3 @@ -135,7 +135,7 @@ proc_doc doc_find_template { filename } { Finds a master.adp file which can be used as a master template, looking in the directory containing $filename and working our way down the directory tree. } { set path_root [acs_root_dir] - set start [clock clicks] + set start [clock clicks -milliseconds] set dir [file dirname $filename] while { [string length $dir] > 1 && [string first $path_root $dir] == 0 } {