Index: openacs-4/packages/static-pages/tcl/static-pages-procs-postgresql.xql
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/static-pages/tcl/static-pages-procs-postgresql.xql,v
diff -u -r1.8 -r1.9
--- openacs-4/packages/static-pages/tcl/static-pages-procs-postgresql.xql 23 Oct 2001 18:53:36 -0000 1.8
+++ openacs-4/packages/static-pages/tcl/static-pages-procs-postgresql.xql 28 Oct 2001 03:11:36 -0000 1.9
@@ -42,7 +42,7 @@
- update cr_revisions set content = :file
+ update cr_revisions set content = :sp_filename
where revision_id = content_item__get_live_revisions(:static_page_id)
@@ -60,11 +60,10 @@
-
- update cr_revisions set content = :file
+ update cr_revisions set content = :sp_filename
where revision_id = content_item__get_live_revisions(:static_page_id)