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.8 -r1.9
--- openacs-4/packages/acs-tcl/tcl/html-email-procs.tcl 19 Mar 2006 02:25:50 -0000 1.8
+++ openacs-4/packages/acs-tcl/tcl/html-email-procs.tcl 6 Oct 2006 13:39:40 -0000 1.9
@@ -25,19 +25,9 @@
to be unable to handle utf-8 encoding). A future version of this proc
should probably support an alternative charset argument or switch.
} {
- ## JCD: we moved these into -procs.tcl files so they get
- ## sourced when we bootstrap.
- # this is always called from a scheduled proc
- # set r_dir [acs_root_dir]/packages/acs-tcl/tcl
- #source $r_dir/base64.tcl
- #source $r_dir/md5.tcl
- #source $r_dir/mime.tcl
+ # switched to using tcllib, its required for openacs >= 5.3
+ package require mime
- # Files are included, therefore there is no need for the mime
- # package anymore.
-
- # package require mime
-
# convert text to charset
set encoding [ns_encodingforcharset $charset]
if {[lsearch [encoding names] $encoding] != -1} {