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.6 -r1.43.2.7 --- openacs-4/packages/acs-templating/tcl/util-procs.tcl 3 Jul 2020 07:27:29 -0000 1.43.2.6 +++ openacs-4/packages/acs-templating/tcl/util-procs.tcl 6 Jul 2020 13:55:54 -0000 1.43.2.7 @@ -608,6 +608,12 @@ ad_proc -public template::util::tcl_to_sql_list { lst } { Convert a Tcl list to a SQL list, for use with the "in" statement. Uses double single quotes (similar to ns_dbquotevalue) to escape single quotes + + Note: this proc could be deprecated in the not so far future, as + Naviserver now provides a native api for this and a + tcl-implemented fallback exists in current OpenACS code. + + @see ns_dbquotelist } { if { [llength $lst] > 0 } {