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

index aaa3a86..8fc6021 100644 (file)
@@ -214,10 +214,6 @@ class Pman_Core_Mailer {
         if($this->attachments){
             //if got a attachments
             
-//            if (isset($parts[1]['Content-Type'])) {
-//                unset($parts[1]['Content-Type']);
-//            }
-            
             $header = $mime->headers($parts[1]);
             
             if(preg_match('/text\/html/', $header['Content-Type'])){