Index: openacs-4/packages/news/lib/item.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news/lib/item.tcl,v diff -u -N -r1.5.2.2 -r1.5.2.3 --- openacs-4/packages/news/lib/item.tcl 28 Apr 2021 15:46:10 -0000 1.5.2.2 +++ openacs-4/packages/news/lib/item.tcl 28 Apr 2021 16:00:15 -0000 1.5.2.3 @@ -50,20 +50,6 @@ if { $item_exist_p } { - # workaround to get blobs with >4000 chars into a var, content.blob_to_string fails! - # when this'll work, you get publish_body by selecting 'publish_body' directly from above view - # - # RAL: publish_body is already snagged in the 1st query above for postgres. - # - set get_content [db_map get_content] - if {$get_content ne ""} { - set publish_body [db_string get_content { - select content - from cr_revisions - where revision_id = :live_revision - }] - } - # text-only body if {[info exists html_p] && $html_p == "f"} { set publish_body [ad_text_to_html -- $publish_body]