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.2 -r1.109.2.3
--- openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl 1 Mar 2019 12:03:09 -0000 1.109.2.2
+++ openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl 16 Mar 2019 18:06:00 -0000 1.109.2.3
@@ -2061,6 +2061,19 @@
return [expr {$from in $valid_froms && $to in $valid_tos}]
}
+ad_proc -public -deprecated ad_html_text_convertable_p {
+ -from
+ -to
+} {
+ The name of this proc has an spelling error. Use
+ ad_html_text_convertible_p instead.
+ @see ad_html_text_convertible_p
+} {
+ return [ad_html_text_convertible_p -from $from -to $to]
+}
+
+
+
ad_proc -public ad_html_text_convert {
{-from text/plain}
{-to text/html}