Index: openacs-4/packages/file-storage/tcl/file-storage-procs-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/tcl/file-storage-procs-oracle.xql,v diff -u -r1.19.2.1 -r1.19.2.2 --- openacs-4/packages/file-storage/tcl/file-storage-procs-oracle.xql 17 Feb 2003 20:32:55 -0000 1.19.2.1 +++ openacs-4/packages/file-storage/tcl/file-storage-procs-oracle.xql 7 Mar 2003 00:11:52 -0000 1.19.2.2 @@ -141,4 +141,12 @@ + + + select content + from cr_revisions + where revision_id = :live_revision + + + Index: openacs-4/packages/file-storage/tcl/file-storage-procs-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/tcl/file-storage-procs-postgresql.xql,v diff -u -r1.29.2.2 -r1.29.2.3 --- openacs-4/packages/file-storage/tcl/file-storage-procs-postgresql.xql 11 Feb 2003 17:09:46 -0000 1.29.2.2 +++ openacs-4/packages/file-storage/tcl/file-storage-procs-postgresql.xql 7 Mar 2003 00:11:52 -0000 1.29.2.3 @@ -128,4 +128,12 @@ + + + select lob + from cr_revisions + where revision_id = $live_revision + + + Index: openacs-4/packages/file-storage/tcl/file-storage-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/tcl/file-storage-procs.xql,v diff -u -r1.10.2.2 -r1.10.2.3 --- openacs-4/packages/file-storage/tcl/file-storage-procs.xql 18 Feb 2003 01:45:42 -0000 1.10.2.2 +++ openacs-4/packages/file-storage/tcl/file-storage-procs.xql 7 Mar 2003 00:11:52 -0000 1.10.2.3 @@ -115,14 +115,6 @@ - - - select content - from cr_revisions - where revision_id = $live_revision - - - select filename