content::has_content (public)

 content::has_content

Defined in packages/acs-content-repository/tcl/filter-procs.tcl

return true if the request has content associated with it

Returns:
1 if ::content::item_id is defined

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.
Source code:
 
    variable item_id

    return [info exists item_id]
Generic XQL file:
packages/acs-content-repository/tcl/filter-procs.xql

PostgreSQL XQL file:
packages/acs-content-repository/tcl/filter-procs-postgresql.xql

Oracle XQL file:
packages/acs-content-repository/tcl/filter-procs-oracle.xql

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