Index: openacs-4/packages/notifications/tcl/sweep-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/tcl/sweep-procs.tcl,v diff -u -r1.17 -r1.18 --- openacs-4/packages/notifications/tcl/sweep-procs.tcl 16 Oct 2003 14:06:46 -0000 1.17 +++ openacs-4/packages/notifications/tcl/sweep-procs.tcl 29 Jun 2004 10:18:42 -0000 1.18 @@ -49,8 +49,11 @@ set prev_user_id 0 set prev_type_id 0 set prev_deliv_method_id "" - set batched_content "" set list_of_notification_ids [list] + set batched_content_text "" + set batched_content_html "" + set summary_text "[_ notifications.Contents]/n" + set summary_html "

[_ notifications.Contents]


$batched_content_html" \ -delivery_method_id $prev_deliv_method_id ns_log Debug "NOTIF-BATCHED: marking notifications" @@ -100,7 +104,10 @@ # Reset things set list_of_notification_ids [list] - set batched_content "" + set batched_content_text "" + set batched_content_html "" + set summary_text "[_ notifications.Contents]/n" + set summary_html "

[_ notifications.Contents]