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 -N -r1.27 -r1.28 --- openacs-4/packages/notifications/tcl/sweep-procs.tcl 7 May 2018 14:46:16 -0000 1.27 +++ openacs-4/packages/notifications/tcl/sweep-procs.tcl 7 May 2018 14:55:20 -0000 1.28 @@ -142,7 +142,7 @@ 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

" - set batched_file_ids [linsert $batched_file_ids 0 {*}[ns_set get $notif file_ids]] + lappend batched_file_ids {*}[ns_set get $notif file_ids] lappend list_of_notification_ids [ns_set get $notif notification_id]