Index: openacs-4/packages/acs-tcl/tcl/adp-parser-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/adp-parser-procs.tcl,v diff -u -r1.5 -r1.5.2.1 --- openacs-4/packages/acs-tcl/tcl/adp-parser-procs.tcl 18 Apr 2018 20:58:59 -0000 1.5 +++ openacs-4/packages/acs-tcl/tcl/adp-parser-procs.tcl 13 Jul 2020 12:02:33 -0000 1.5.2.1 @@ -127,8 +127,8 @@ set tcl_code [doc_adp_compile $adp_code] } else { set reparse_p 0 - set mtime [file mtime $file_name] - set size [file size $file_name] + set mtime [ad_file mtime $file_name] + set size [ad_file size $file_name] # See whether the file has been cached, i.e., the __doc_adp_cache_info,$file_name # proc has been declared. If it has, the proc will return a two-element list