Index: openacs-4/packages/calendar/sql/oracle/calendar-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar/sql/oracle/calendar-create.sql,v diff -u -r1.13 -r1.13.2.1 --- openacs-4/packages/calendar/sql/oracle/calendar-create.sql 15 May 2018 21:41:34 -0000 1.13 +++ openacs-4/packages/calendar/sql/oracle/calendar-create.sql 9 Aug 2019 20:34:07 -0000 1.13.2.1 @@ -11,13 +11,13 @@ -- creating the basic set of permissions for cal_item -- - -- 1 create: create an new item + -- 1 create: create a new item -- 2. read: can view the cal_item -- 3. write: edit an existing cal_item -- 4. delete: can delete the cal_item -- 5. invite: can allow other parties to view or edit the cal_item begin - acs_privilege.create_privilege('cal_item_create', 'Add an new item'); + acs_privilege.create_privilege('cal_item_create', 'Add a new item'); acs_privilege.create_privilege('cal_item_read', 'view an cal_item'); acs_privilege.create_privilege('cal_item_write', 'Edit an existing cal_item'); acs_privilege.create_privilege('cal_item_delete', 'Delete cal_item' );