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.4 -r1.4.4.1 --- openacs-4/packages/acs-content-repository/tcl/revision-procs-postgresql.xql 15 Nov 2001 01:47:13 -0000 1.4 +++ openacs-4/packages/acs-content-repository/tcl/revision-procs-postgresql.xql 3 May 2003 23:51:16 -0000 1.4.4.1 @@ -2,33 +2,6 @@ postgresql7.1 - - - - select content_revision__new(:title, - null, - now(), - 'text/plain', - ' ', - :item_id - ) - - - - - - - - update - cr_revisions - set - content = '[cr_create_content_file $item_id $revision_id $path]' - where - revision_id = :revision_id - - - - select i.storage_type, i.storage_area_key, r.mime_type, r.revision_id @@ -151,15 +124,6 @@ ); - - - - update cr_revisions - set content = :filename, - content_length = :tmp_size - where revision_id = :revision_id - -