walterg
committed
on 23 Feb 02
added person.first_names, person.last_name, party.email functions to person and party packages, as well as porting to their postgresql equiv… Show more
added person.first_names, person.last_name, party.email functions to person and party packages, as well as porting to their postgresql equivelants

Show less

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>