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 -N -r1.31 -r1.32 --- openacs-4/packages/acs-kernel/sql/postgresql/acs-objects-create.sql 25 May 2002 14:00:34 -0000 1.31 +++ openacs-4/packages/acs-kernel/sql/postgresql/acs-objects-create.sql 25 May 2002 14:05:13 -0000 1.32 @@ -1357,7 +1357,7 @@ where acs_objects.object_id = acs_object__update_last_modified__object_id; if v_parent_id is not null and v_parent_id != 0 then - select acs_object__update_last_modified(v_parent_id); + select acs_object__update_last_modified(v_parent_id, v_last_modified); end if; return acs_object__update_last_modified__object_id;