DataObjects/core.sql
[Pman.Core] / Mailer.php
index 4748e80..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'])){