Index: openacs-4/packages/acs-kernel/sql/postgresql/acs-objects-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-kernel/sql/postgresql/acs-objects-create.sql,v diff -u -r1.14 -r1.15 --- openacs-4/packages/acs-kernel/sql/postgresql/acs-objects-create.sql 23 Mar 2001 00:21:50 -0000 1.14 +++ openacs-4/packages/acs-kernel/sql/postgresql/acs-objects-create.sql 3 Apr 2001 23:59:56 -0000 1.15 @@ -414,7 +414,7 @@ if new.object_id = old.object_id and new.context_id = old.context_id and new.security_inherit_p = old.security_inherit_p then - return; + return new; end if; -- Remove my old ancestors from my descendants.