Index: openacs.org-dev/packages/notifications/tcl/sweep-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs.org-dev/packages/notifications/tcl/sweep-procs.tcl,v diff -u -r1.1.1.2 -r1.1.1.3 --- openacs.org-dev/packages/notifications/tcl/sweep-procs.tcl 25 Jul 2002 18:47:18 -0000 1.1.1.2 +++ openacs.org-dev/packages/notifications/tcl/sweep-procs.tcl 8 Oct 2002 15:47:15 -0000 1.1.1.3 @@ -104,7 +104,7 @@ # append content to built-up content ns_log Notice "NOTIF-BATCHED: appending one notif!" - append batched_content "SUBJECT: [ns_set get $notif object_name] - [ns_set get $notif notif_subject]\n[ns_set get $notif notif_text]\n=====================\n" + append batched_content "SUBJECT: [ns_set get $notif notif_subject]\n[ns_set get $notif notif_text]\n=====================\n" lappend list_of_notification_ids [ns_set get $notif notification_id] # Set the vars @@ -120,7 +120,7 @@ # Send it notification::delivery::send -to_user_id [ns_set get $notif user_id] \ -notification_type_id [ns_set get $notif type_id] \ - -subject "\[[ns_set get $notif object_name]\] [ns_set get $notif notif_subject]" \ + -subject [ns_set get $notif notif_subject] \ -content [ns_set get $notif notif_text] \ -reply_object_id [ns_set get $notif response_id] \ -delivery_method_id [ns_set get $notif delivery_method_id]