Index: openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl,v diff -u -r1.109.2.43 -r1.109.2.44 --- openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl 22 Dec 2022 02:39:02 -0000 1.109.2.43 +++ openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl 7 Feb 2023 12:46:43 -0000 1.109.2.44 @@ -2792,7 +2792,7 @@ -ad_proc -public ad_convert_to_html { +ad_proc -deprecated ad_convert_to_html { {-html_p f} text } { @@ -2802,6 +2802,10 @@ @param html_p specify t if the value of text is formatted in HTML, or f if text is plaintext. + DEPRECATED: this proc is a trivial wrapper for ad_html_text_convert + + @see ad_html_text_convert + @author Lars Pind (lars@pinds.com) @creation-date 19 July 2000 } { @@ -2813,7 +2817,7 @@ return [ad_html_text_convert -from $from -to "text/html" -- $text] } -ad_proc -public ad_convert_to_text { +ad_proc -deprecated ad_convert_to_text { {-html_p t} text } { @@ -2823,6 +2827,10 @@ @param html_p specify t if the value of text is formatted in HTML, or f if text is plaintext. + DEPRECATED: this proc is a trivial wrapper for ad_html_text_convert + + @see ad_html_text_convert + @author Lars Pind (lars@pinds.com) @creation-date 19 July 2000 } {