SOURCES: eventum-bug-17267.patch (NEW) - added from notes of bug

glen glen at pld-linux.org
Sun May 28 23:36:40 CEST 2006


Author: glen                         Date: Sun May 28 21:36:40 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- added from notes of bug

---- Files affected:
SOURCES:
   eventum-bug-17267.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/eventum-bug-17267.patch
diff -u /dev/null SOURCES/eventum-bug-17267.patch:1.1
--- /dev/null	Sun May 28 23:36:40 2006
+++ SOURCES/eventum-bug-17267.patch	Sun May 28 23:36:35 2006
@@ -0,0 +1,28 @@
+--- eventum-1.7.1/include/class.mail.php~	2006-05-29 00:33:40.514188072 +0300
++++ eventum-1.7.1/include/class.mail.php	2006-05-29 00:34:52.765806904 +0300
+@@ -571,7 +571,11 @@
+         $to = MIME_Helper::encodeAddress($to);
+         $subject = MIME_Helper::encode($subject);
+ 
+-        $body = $this->mime->get();
++        $body = $this->mime->get(array(
++            'html_charset' => APP_CHARSET,
++            'text_charset' => APP_CHARSET,
++            'head_charset' => APP_CHARSET
++        ));
+         $headers = array(
+             'From'    => $from,
+             'To'      => Mail_API::fixAddressQuoting($to),
+@@ -612,7 +616,11 @@
+         $to = MIME_Helper::encodeAddress($to);
+         $subject = MIME_Helper::encode($subject);
+ 
+-        $body = $this->mime->get();
++        $body = $this->mime->get(array(
++            'html_charset' => APP_CHARSET,
++            'text_charset' => APP_CHARSET,
++            'head_charset' => APP_CHARSET
++        ));
+         $this->setHeaders(array(
+             'From'    => $from,
+             'To'      => $to,
================================================================


More information about the pld-cvs-commit mailing list