doc_init (public, deprecated)

 doc_init

Defined in packages/acs-tcl/tcl/deprecated-procs.tcl

Deprecated. Invoking this procedure generates a warning.

Initializes the global environment for document handling.

Testcases:
No testcase defined.
Source code:
ad_log_deprecated proc doc_init
    global doc_properties
    if { [info exists doc_properties] } {
        unset doc_properties
    }
    array set doc_properties {}
XQL Not present:
PostgreSQL, Oracle
Generic XQL file:
packages/acs-tcl/tcl/deprecated-procs.xql

[ hide source ] | [ make this the default ]
Show another procedure: