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.1 -r1.2 --- openacs-4/packages/notifications/tcl/sweep-procs.tcl 29 May 2002 05:12:01 -0000 1.1 +++ openacs-4/packages/notifications/tcl/sweep-procs.tcl 30 May 2002 06:26:09 -0000 1.2 @@ -63,7 +63,7 @@ db_transaction { # Send it send_one -user_id [ns_set get $notif user_id] \ - -subject "[Notification]: [ns_set get $notif notif_subject]" \ + -subject "\[Notification\]: [ns_set get $notif notif_subject]" \ -content [ns_set get $notif notif_text] \ -response_id [ns_set get $notif response_id] \ -delivery_method_id [ns_set get $notif delivery_method_id]