Index: openacs-4/packages/acs-templating/tcl/util-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/util-procs.tcl,v diff -u -N -r1.43.2.4 -r1.43.2.5 --- openacs-4/packages/acs-templating/tcl/util-procs.tcl 16 Nov 2019 16:07:21 -0000 1.43.2.4 +++ openacs-4/packages/acs-templating/tcl/util-procs.tcl 16 Dec 2019 17:21:52 -0000 1.43.2.5 @@ -753,11 +753,19 @@ return $varlist } +ad_proc -deprecated stack_dump {} { + return the whole call stack as HTML + DEPRECATED: does not comply with OpenACS naming convention. -ad_proc -public stack_dump {} { - return the whole call stack as HTML + @see template::stack_dump } { + return [template::stack_dump] +} + +ad_proc -public template::stack_dump {} { + Return the whole call stack as HTML +} { append page "

Tcl Call Trace

\n