Index: openacs-4/packages/acs-content-repository/sql/oracle/content-item.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/sql/oracle/content-item.sql,v diff -u -r1.20.2.4 -r1.20.2.5 --- openacs-4/packages/acs-content-repository/sql/oracle/content-item.sql 20 Jul 2004 15:03:14 -0000 1.20.2.4 +++ openacs-4/packages/acs-content-repository/sql/oracle/content-item.sql 31 Jan 2005 07:29:16 -0000 1.20.2.5 @@ -78,7 +78,8 @@ data in cr_revisions.content%TYPE default null, relation_tag in cr_child_rels.relation_tag%TYPE default null, is_live in char default 'f', - storage_type in cr_items.storage_type%TYPE default 'lob' + storage_type in cr_items.storage_type%TYPE default 'lob', + security_inherit_p in acs_objects.security_inherit_p%TYPE default 't' ) return cr_items.item_id%TYPE is v_parent_id cr_items.parent_id%TYPE; @@ -174,7 +175,8 @@ context_id => v_context_id, creation_date => content_item.new.creation_date, creation_user => content_item.new.creation_user, - creation_ip => content_item.new.creation_ip + creation_ip => content_item.new.creation_ip, + security_inherit_p => content_item.new.security_inherit_p ); -- Turn off security inheritance if there is no security context