Index: openacs-4/packages/news/www/item-create-3.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news/www/item-create-3.tcl,v diff -u -r1.9.2.1 -r1.9.2.2 --- openacs-4/packages/news/www/item-create-3.tcl 6 Sep 2005 06:11:34 -0000 1.9.2.1 +++ openacs-4/packages/news/www/item-create-3.tcl 10 Oct 2005 12:59:35 -0000 1.9.2.2 @@ -76,12 +76,11 @@ } else { set mime_type "text/plain" } - - # do insert: unfortunately the publish_body cannot be supplied through the PL/SQL function # we therefore have to do this in a second step set news_id [db_exec_plsql create_news_item {}] + # # RAL: For postgres, we need NOT store the data in a blob. The # news item body is stored in the prior news__new call.