maltes
committed
on 24 May 06
Uncommitted changes by Timo
/www/glossar-file-upload.xql (+14)
  1 <?xml version="1.0"?>
  2 <queryset>
  3
  4 <fullquery name="glossar_title">
  5     <querytext>
  6     select r.title as glossar_title
  7     from gl_glossars g, cr_revisions r, cr_items i
  8     where i.latest_revision = r.revision_id
  9     and g.glossar_id = r.revision_id
  10     and i.item_id = :glossar_id
  11     </querytext>
  12 </fullquery>
  13
  14 </queryset>