Index: openacs-4/packages/content-includelet/tcl/content-includelet-utility-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/content-includelet/tcl/content-includelet-utility-procs.xql,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/content-includelet/tcl/content-includelet-utility-procs.xql 21 Aug 2008 01:24:40 -0000 1.1 @@ -0,0 +1,13 @@ +<?xml version="1.0"?> + +<queryset> + + <fullquery name="content_includelet_utilities::configure_content_id.item_exists"> + <querytext> + select item_id + from cr_items + where parent_id = :package_id + and content_type = 'content_includelet_revision' + </querytext> + </fullquery> +</queryset>