Index: openacs-4/packages/acs-tcl/tcl/memoize-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/memoize-procs.tcl,v diff -u -r1.18.2.2 -r1.18.2.3 --- openacs-4/packages/acs-tcl/tcl/memoize-procs.tcl 11 Oct 2021 20:11:37 -0000 1.18.2.2 +++ openacs-4/packages/acs-tcl/tcl/memoize-procs.tcl 20 Jan 2022 09:31:49 -0000 1.18.2.3 @@ -12,7 +12,7 @@ } -ad_proc -public util_memoize_initialized_p {} { +ad_proc -deprecated util_memoize_initialized_p {} { Return 1 if the util_memoize cache has been initialized and is ready to be used and 0 otherwise.