antoniop
committed
on 21 Nov 24
Further collect callback logics into procs and test them
openacs-4/.../email-handler/www/index.xql (+13)
  1 <?xml version="1.0"?>
  2 <queryset>
  3
  4 <fullquery name="test_items">     
  5       <querytext>
  6      
  7     select from_header, subject, body from email_handler_test
  8
  9       </querytext>
  10 </fullquery>
  11
  12  
  13 </queryset>