]> git.pld-linux.org Git - packages/eventum.git/commitdiff
- outdated with 20060823 snap
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 23 Aug 2006 11:51:38 +0000 (11:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eventum-bug-17267.patch -> 1.2

eventum-bug-17267.patch [deleted file]

diff --git a/eventum-bug-17267.patch b/eventum-bug-17267.patch
deleted file mode 100644 (file)
index cc4c96b..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
---- 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,
This page took 0.026387 seconds and 4 git commands to generate.