Index: openacs-4/packages/acs-templating/tcl/deprecated-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/deprecated-procs.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-templating/tcl/deprecated-procs.tcl 22 Jan 2018 09:42:31 -0000 1.2 +++ openacs-4/packages/acs-templating/tcl/deprecated-procs.tcl 1 Feb 2018 16:37:48 -0000 1.3 @@ -2,7 +2,7 @@ Provides a collection of deprecated procs to provide backward compatibility for sites who have not yet removed calls to the - dprecated functions. + deprecated functions. In order to skip loading of deprecated code, use the following snippet in your config file @@ -362,6 +362,7 @@ # From query-procs.tcl # ################################################################################## +namespace eval template::query {} ad_proc -public -deprecated template::query::iterate { statement_name sql body } { @param statement_name Standard db_api statement name used to hook