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.18 -r1.19 --- openacs-4/packages/notifications/tcl/sweep-procs.tcl 29 Jun 2004 10:18:42 -0000 1.18 +++ openacs-4/packages/notifications/tcl/sweep-procs.tcl 24 Jul 2004 08:34:45 -0000 1.19 @@ -125,27 +125,20 @@ set notif_html [ns_set get $notif notif_html] if {[empty_string_p $notif_text]} { - set notif_text [ad_html_text_convert -from html -to text $no -tif_html] + set notif_text [ad_html_text_convert -from html -to text $notif_html] } if {[empty_string_p $notif_html]} { - set notif_html [ad_html_text_convert -from text -to html $no -tif_text] + set notif_html [ad_html_text_convert -from text -to html $notif_text] } else { set html_content_p 1 } append summary_text "[ns_set get $notif notif_subject]\n" - append summary_html "
  • [ns_set get $notif notif_subject]
  • " + append summary_html "
  • [ns_set get $notif notif_subject]
  • " - append batched_content_text "[_ notifications.SUBJECT] [ns_set get $notif notif_s -ubject]\n[ns_set get $notif notif_text]\n=====================\n" - append batched_content_html "[_ notifications.SUBJECT] [ns_set get $notif notif_subject]\n $notif_html

    " - lappend list_of_notification_ids [ns_set get $notif notification -_id] + append batched_content_text "[_ notifications.SUBJECT] [ns_set get $notif notif_subject]\n[ns_set get $notif notif_text]\n=====================\n" + append batched_content_html "[_ notifications.SUBJECT] [ns_set get $notif notif_subject]\n $notif_html


    " lappend list_of_notification_ids [ns_set get $notif notification_id]