doc_exists_p (public, deprecated)

 doc_exists_p

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

Deprecated. Invoking this procedure generates a warning.

Returns 1 if there is a document in the global environment.

Testcases:
No testcase defined.
Source code:
ad_log_deprecated proc doc_exists_p
    global doc_properties
    if { [array size doc_properties] > 0 } {
        return 1
    }
    return 0
XQL Not present:
PostgreSQL, Oracle
Generic XQL file:
packages/acs-tcl/tcl/deprecated-procs.xql

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