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.2 -r1.3 --- openacs-4/packages/acs-content-repository/tcl/symlink-procs-postgresql.xql 2 Mar 2004 17:01:48 -0000 1.2 +++ openacs-4/packages/acs-content-repository/tcl/symlink-procs-postgresql.xql 4 Mar 2004 14:52:37 -0000 1.3 @@ -13,8 +13,7 @@ :symlink_id, current_timestamp, :creation_user, - :creation_ip, - :package_id + :creation_ip ); @@ -26,8 +25,7 @@ update acs_objects set last_modified = current_timestamp, modifying_user = :modifying_user, - modifying_ip = :modifying_ip, - title = :label + modifying_ip = :modifying_ip where object_id = :symlink_id