Index: openacs-4/packages/acs-tcl/tcl/html-email-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/html-email-procs.tcl,v
diff -u -r1.17 -r1.18
--- openacs-4/packages/acs-tcl/tcl/html-email-procs.tcl 30 Jan 2008 21:56:40 -0000 1.17
+++ openacs-4/packages/acs-tcl/tcl/html-email-procs.tcl 13 Jan 2010 10:55:33 -0000 1.18
@@ -77,7 +77,7 @@
ns_set put $message_data Content-Type $content_type
# the rest of the lines form the message body. We strip off the last
- # line, which is the last boundary, because ns_sendmail seems to be
+ # line, which is the last boundary, because acs_mail_lite::send seems to be
# adding another one on for us.
## JCD: not anymore. maybe an aolserver 3.3 bug? removing the clipping.