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.11 -r1.12
--- openacs-4/packages/acs-tcl/tcl/html-email-procs.tcl 9 Nov 2007 10:38:56 -0000 1.11
+++ openacs-4/packages/acs-tcl/tcl/html-email-procs.tcl 28 Nov 2007 13:07:20 -0000 1.12
@@ -8,6 +8,9 @@
@cvs-id $Id$
}
+# switched to using tcllib, its required for openacs >= 5.3
+package require mime
+
ad_proc build_mime_message {
text_body
html_body
@@ -21,9 +24,6 @@
the World Bank.
} {
- # switched to using tcllib, its required for openacs >= 5.3
- package require mime
-
# convert text to charset
set encoding [ns_encodingforcharset $charset]
if {[lsearch [encoding names] $encoding] != -1} {
Fisheye: Tag 1.5 refers to a dead (removed) revision in file `openacs-4/packages/acs-tcl/tcl/md5-procs.tcl'.
Fisheye: No comparison available. Pass `N' to diff?