Index: openacs-4/packages/news/www/item.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news/www/item.tcl,v diff -u -r1.16 -r1.17 --- openacs-4/packages/news/www/item.tcl 9 Nov 2008 23:29:28 -0000 1.16 +++ openacs-4/packages/news/www/item.tcl 22 Dec 2009 22:24:02 -0000 1.17 @@ -18,8 +18,8 @@ publish_title:onevalue publish_date:onevalue publish_body:onevalue + publish_format:onevalue publish_image:onevalue - html_p:onevalue creator_link:onevalue comments:onevalue comment_link:onevalue @@ -39,21 +39,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 {}] - } - - # text-only body - if { !$html_p } { - set publish_body "

[ad_text_to_html -- $publish_body]

" - } - # Footer actions set footer_links [list]