Index: openacs-4/packages/news/www/item.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news/www/item.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/news/www/item.tcl 15 Oct 2001 13:41:03 -0000 1.2 +++ openacs-4/packages/news/www/item.tcl 16 Oct 2001 10:10:19 -0000 1.3 @@ -47,7 +47,8 @@ # # RAL: publish_body is already snagged in the 1st query above for postgres. # - if {![string match [db_type] "postgresql"]} { + set get_content [db_map get_content] + if {![string match "" $get_content]} { set publish_body [db_string get_content "select content from cr_revisions where revision_id = :live_revision"]