Index: openacs-4/packages/news/tcl/news-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news/tcl/news-procs.tcl,v diff -u -r1.25 -r1.26 --- openacs-4/packages/news/tcl/news-procs.tcl 17 Oct 2006 23:16:31 -0000 1.25 +++ openacs-4/packages/news/tcl/news-procs.tcl 21 Dec 2006 16:08:27 -0000 1.26 @@ -408,8 +408,9 @@ notification::new \ -type_id [notification::type::get_type_id -short_name one_news_item_notif] \ -object_id $news_package_id \ - -notif_subject $title \ + -notif_subject "Latest News" \ -notif_text $new_content \ - -notif_html $html_content + -notif_html $html_content \ + -notif_date $publish_date }