Index: openacs-4/packages/acs-templating/tcl/query-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/query-procs.tcl,v diff -u -N -r1.47 -r1.48 --- openacs-4/packages/acs-templating/tcl/query-procs.tcl 11 Jun 2018 22:04:00 -0000 1.47 +++ openacs-4/packages/acs-templating/tcl/query-procs.tcl 25 Jul 2018 21:13:18 -0000 1.48 @@ -393,7 +393,7 @@ @param db Database handle - @param result_name Tcl variable name to use when setting the result + @param name Tcl variable name to use when setting the result @param sql Query to use when processing this command } { Index: openacs-4/packages/acs-templating/tcl/request-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/request-procs.tcl,v diff -u -N -r1.9 -r1.10 --- openacs-4/packages/acs-templating/tcl/request-procs.tcl 7 Aug 2017 23:48:02 -0000 1.9 +++ openacs-4/packages/acs-templating/tcl/request-procs.tcl 25 Jul 2018 21:13:18 -0000 1.10 @@ -136,9 +136,10 @@ to a single query parameter. The arguments to the procedure may be any number of name-message combinations. - @param name A unique identifier for the error condition, which may - be used for layout purposes. - @param msg The message text associated with the condition. + @param args Combinations of 'name' and 'msg'. + name: unique identifier for the error condition, which + may be used for layout purposes. + msg: message text associated with the condition. } { set level [template::adp_level] upvar #$level request:error requesterror