Index: openacs-4/packages/acs-content-repository/tcl/extlink-procs-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/Attic/extlink-procs-postgresql.xql,v diff -u -r1.4 -r1.5 --- openacs-4/packages/acs-content-repository/tcl/extlink-procs-postgresql.xql 4 Mar 2004 14:52:37 -0000 1.4 +++ openacs-4/packages/acs-content-repository/tcl/extlink-procs-postgresql.xql 12 Mar 2004 18:48:48 -0000 1.5 @@ -14,7 +14,8 @@ :extlink_id, current_timestamp, :creation_user, - :creation_ip + :creation_ip, + :package_id ); @@ -26,7 +27,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 = :extlink_id