liliant
committed
on 07 Sep 01
changed db_get_info_from_db to db_get_info in cal-listview.tcl
openacs-4/.../tcl/cal-item-procs.xql (+16)
  1 <?xml version="1.0"?>
  2 <queryset>
  3
  4 <fullquery name="cal_item_create.get_permissions_to_items">     
  5       <querytext>
  6      
  7         select          grantee_id,
  8                         privilege
  9         from            acs_permissions
  10         where           object_id = :on_which_calendar
  11    
  12       </querytext>
  13 </fullquery>
  14
  15  
  16 </queryset>