Index: openacs-4/packages/acs-templating/tcl/parse-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/parse-procs.tcl,v diff -u -r1.65.2.20 -r1.65.2.21 --- openacs-4/packages/acs-templating/tcl/parse-procs.tcl 1 Sep 2022 15:32:43 -0000 1.65.2.20 +++ openacs-4/packages/acs-templating/tcl/parse-procs.tcl 1 Sep 2022 16:04:44 -0000 1.65.2.21 @@ -309,8 +309,9 @@ } -ad_proc -public template::adp_levels {} { +ad_proc -deprecated template::adp_levels {} { @return all stack frame levels + @see template::adp_level } { if { [info exists ::template::parse_level] } {return $::template::parse_level} return ""