Index: openacs-4/packages/acs-content-repository/tcl/symlink-procs-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/Attic/symlink-procs-postgresql.xql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/acs-content-repository/tcl/symlink-procs-postgresql.xql 27 Jan 2004 19:42:17 -0000 1.1 +++ openacs-4/packages/acs-content-repository/tcl/symlink-procs-postgresql.xql 2 Mar 2004 17:01:48 -0000 1.2 @@ -13,7 +13,8 @@ :symlink_id, current_timestamp, :creation_user, - :creation_ip + :creation_ip, + :package_id ); @@ -25,7 +26,8 @@ update acs_objects set last_modified = current_timestamp, modifying_user = :modifying_user, - modifying_ip = :modifying_ip + modifying_ip = :modifying_ip, + title = :label where object_id = :symlink_id