Index: openacs-4/packages/acs-tcl/tcl/deprecated-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/deprecated-procs.tcl,v diff -u -r1.29.2.3 -r1.29.2.4 --- openacs-4/packages/acs-tcl/tcl/deprecated-procs.tcl 10 Aug 2019 14:33:26 -0000 1.29.2.3 +++ openacs-4/packages/acs-tcl/tcl/deprecated-procs.tcl 1 Nov 2019 13:16:18 -0000 1.29.2.4 @@ -1180,28 +1180,28 @@ } ad_proc -deprecated -warn util_quotehtml { arg } { - This proc does exactly the same as ad_quotehtml. + This proc does exactly the same as ns_quotehtml. Use that instead. This one will be deleted eventually. - @see ad_quotehtml + @see ns_quotehtml } { return [ns_quotehtml $arg] } ad_proc -deprecated util_quote_double_quotes {arg} { - This proc does exactly the same as ad_quotehtml. + This proc does exactly the same as ns_quotehtml. Use that instead. This one will be deleted eventually. - @see ad_quotehtml + @see ns_quotehtml } { return [ns_quotehtml $arg] } ad_proc -deprecated philg_quote_double_quotes {arg} { - This proc does exactly the same as ad_quotehtml. + This proc does exactly the same as ns_quotehtml. Use that instead. This one will be deleted eventually. - @see ad_quotehtml + @see ns_quotehtml } { return [ns_quotehtml $arg] }