Home
The Toolkit for Online Communities
15939 Community Members, 0 members online, 2299 visitors today
Log In Register

delete-attachment-2.xql

OpenACS Home : ACS API Browser : General Comments 5.2.0d1 : delete-attachment-2.xql

delete-attachment-2.xql

DB Query file

Related Files

[ hide source ] | [ make this the default ]

Content File Source

<?xml version="1.0"?>
<queryset>

<fullquery name="get_type">      
      <querytext>
      
        select content_type
          from cr_items
         where item_id = :attach_id
    
      </querytext>
</fullquery>

 
</queryset>