Index: openacs-4/packages/acs-templating/tcl/form-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/form-procs.tcl,v diff -u -N -r1.59.2.1 -r1.59.2.2 --- openacs-4/packages/acs-templating/tcl/form-procs.tcl 27 Aug 2019 09:56:17 -0000 1.59.2.1 +++ openacs-4/packages/acs-templating/tcl/form-procs.tcl 11 Dec 2019 17:10:17 -0000 1.59.2.2 @@ -18,11 +18,14 @@ namespace eval template {} namespace eval template::form {} -ad_proc -public form {command args} { +ad_proc -deprecated form {command args} { form is really template::form although when in the "template" namespace you may omit the template:: + DEPRECATED: no, you should not omit the namespace, and this proc + does not comply with OpenACS naming convention. + @see template::form @see template::element } -