Mailer.php
authorEdward <edward@roojs.com>
Thu, 20 Feb 2014 11:04:44 +0000 (19:04 +0800)
committerEdward <edward@roojs.com>
Thu, 20 Feb 2014 11:04:44 +0000 (19:04 +0800)
Mailer.php

index 23e8358..dd5cfe0 100644 (file)
@@ -313,8 +313,6 @@ class Pman_Core_Mailer {
         foreach ($imgs as $i=>$img) {
             $url  = $img->getAttribute('src');
             $conv = $this->fetchImage($url);
-            echo '<PRE>';
-            print_r($conv);exit;
             $this->images[$conv['contentid']] = $conv;
             
             $img->setAttribute('src', 'cid:' . $conv['contentid']);