Index: openacs-4/packages/acs-content-repository/tcl/revision-procs-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/revision-procs-postgresql.xql,v diff -u -N -r1.6 -r1.7 --- openacs-4/packages/acs-content-repository/tcl/revision-procs-postgresql.xql 18 Jun 2003 13:43:16 -0000 1.6 +++ openacs-4/packages/acs-content-repository/tcl/revision-procs-postgresql.xql 2 Mar 2004 17:01:48 -0000 1.7 @@ -61,7 +61,8 @@ /* nls_language => */ null, /* publish_date => */ current_timestamp, /* height => */ :original_height, - /* width => */ :original_width + /* width => */ :original_width, + /* package_id => */ :package_id ); @@ -79,7 +80,8 @@ /* creation_user => */ :creation_user, /* creation_ip => */ :creation_ip, /* height => */ :original_height, - /* width => */ :original_width + /* width => */ :original_width, + /* package_id => */ :package_id ); @@ -102,7 +104,8 @@ /* mime_type => */ null, /* nls_language => */ null, /* text => */ null, - /* storage_type => */ :storage_type + /* storage_type => */ :storage_type, + /* package_id => */ :package_id ); @@ -120,7 +123,8 @@ /* revision_id => */ :revision_id, /* creation_date => */ current_timestamp, /* creation_user => */ :creation_user, - /* creation_ip => */ :creation_ip + /* creation_ip => */ :creation_ip, + /* package_id => */ :package_id );