daveb
committed
on 04 Jun 01
missed a couple of files
openacs-4/.../clickthrough/www/index-oracle.xql (+12)
  1 <?xml version="1.0"?>
  2 <queryset>
  3 <fullquery name="parent_package_sql">
  4         <querytext>
  5 select sn2.object_id as parent_package_id,
  6                                    site_node.url(sn2.node_id) as parent_package_url
  7                               from site_nodes sn1, site_nodes sn2
  8                              where sn1.object_id = :clickthrough_package_id
  9                                and sn1.parent_id = sn2.node_id
  10         </querytext>
  11 </fullquery>
  12 </queryset>