Mailer.php
authorChris <chris@roojs.com>
Thu, 14 Nov 2013 11:18:11 +0000 (19:18 +0800)
committerChris <chris@roojs.com>
Thu, 14 Nov 2013 11:18:11 +0000 (19:18 +0800)
Mailer.php

index 4748e80..aaa3a86 100644 (file)
@@ -214,9 +214,9 @@ class Pman_Core_Mailer {
         if($this->attachments){
             //if got a attachments
             
-            if (isset($parts[1]['Content-Type'])) {
-                unset($parts[1]['Content-Type']);
-            }
+//            if (isset($parts[1]['Content-Type'])) {
+//                unset($parts[1]['Content-Type']);
+//            }
             
             $header = $mime->headers($parts[1]);