Index: openacs-4/packages/notifications/tcl/notification-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/tcl/notification-procs.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/notifications/tcl/notification-procs.tcl 28 Aug 2003 09:41:58 -0000 1.8 +++ openacs-4/packages/notifications/tcl/notification-procs.tcl 7 Nov 2003 17:35:42 -0000 1.9 @@ -296,7 +296,7 @@ } # Truncate notif_subject to the max len of 100 - set notif_subject [string_truncate -len 100 $notif_subject] + set notif_subject [string_truncate -len 100 -- $notif_subject] # Set up the vars set extra_vars [ns_set create]