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 -r1.43.2.16 -r1.43.2.17 --- openacs-4/packages/acs-templating/tcl/util-procs.tcl 29 Aug 2022 14:17:25 -0000 1.43.2.16 +++ openacs-4/packages/acs-templating/tcl/util-procs.tcl 29 Aug 2022 14:25:41 -0000 1.43.2.17 @@ -229,7 +229,7 @@ } } -ad_proc -public template::util::list_to_array { values array_ref columns } { +ad_proc -deprecated template::util::list_to_array { values array_ref columns } { Converts a list of values into an array, using a list of corresponding column names for the array keys. @@ -238,6 +238,12 @@ @param columns A list of column names to use for the array keys. The length of this list should be the same as the values list. + + DEPRECATED: as of August 2022 no OpenACS code is using this + proc. The operation it implements can be easily achieved via plain + Tcl idioms. + + @see array } { upvar $array_ref array