content-type-procs.xql
DB Query file
Related Files
- packages/acs-content-repository/tcl/content-type-procs.xql
- packages/acs-content-repository/tcl/content-type-procs.tcl
[ hide source ] | [ make this the default ]
File Contents
<?xml version="1.0"?>
<!DOCTYPE queryset PUBLIC "-//OpenACS//DTD XQL 1.0//EN"
"http://www.thecodemill.biz/repository/xql.dtd">
<!-- -->
<!-- @author Dave Bauer (dave@thedesignexperience.org) -->
<!-- @creation-date 2005-02-09 -->
<!-- @cvs-id $Id: content-type-procs.xql,v 1.2 2018/08/15 17:00:24 gustafn Exp $ -->
<queryset>
<fullquery name="content::type::content_type_p_not_cached.content_type_p">
<querytext>
select 1
from cr_content_mime_type_map
where mime_type = :mime_type
and content_type = :content_type
</querytext>
</fullquery>
</queryset>