Index: openacs.org-dev/packages/calendar/tcl/cal-item-procs-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs.org-dev/packages/calendar/tcl/cal-item-procs-oracle.xql,v diff -u -r1.1.1.1 -r1.1.1.2 --- openacs.org-dev/packages/calendar/tcl/cal-item-procs-oracle.xql 9 Jul 2002 17:35:02 -0000 1.1.1.1 +++ openacs.org-dev/packages/calendar/tcl/cal-item-procs-oracle.xql 8 Oct 2002 15:46:57 -0000 1.1.1.2 @@ -3,51 +3,6 @@ oracle8.1.6 - - - - begin - acs_permission.grant_permission ( - object_id => :cal_item_id, - grantee_id => :party_id, - privilege => 'cal_item_read' - ); - end; - - - - - - - - - begin - acs_permission.grant_permission ( - object_id => :cal_item_id, - grantee_id => :party_id, - privilege => :permission - ); - end; - - - - - - - - - begin - acs_permission.revoke_permission ( - object_id => :cal_item_id, - grantee_id => :party_id, - privilege => :permission - ); - end; - - - - - @@ -86,31 +41,17 @@ on_which_calendar => :on_which_calendar, activity_id => :activity_id, timespan_id => :timespan_id, - item_type_id => :item_type_id, + item_type_id => :item_type_id, creation_user => :creation_user, - creation_ip => :creation_ip + creation_ip => :creation_ip, + context_id => :on_which_calendar ); end; - - - - begin - acs_permission.grant_permission ( - object_id => :cal_item_id, - grantee_id => :grantee_id, - privilege => :privilege - ); - end; - - - - -