util_maybe_convert_to_html (public, deprecated)
util_maybe_convert_to_html raw_string html_p
Defined in packages/acs-tcl/tcl/deprecated-procs.tcl
Deprecated. Invoking this procedure generates a warning.
This proc is deprecated. Use
ad_convert_to_htmlinstead.
- Parameters:
- raw_string (required)
- html_p (required)
- See Also:
- Testcases:
- No testcase defined.
Source code: ad_log_deprecated proc util_maybe_convert_to_html if { $html_p == "t" } { return $raw_string } else { return [ad_text_to_html -- $raw_string] }XQL Not present: PostgreSQL, Oracle Generic XQL file: packages/acs-tcl/tcl/deprecated-procs.xql