Mailer.php
authorEdward <edward@roojs.com>
Tue, 14 Oct 2014 05:20:27 +0000 (13:20 +0800)
committerEdward <edward@roojs.com>
Tue, 14 Oct 2014 05:20:27 +0000 (13:20 +0800)
Mailer.php

index 92cb3ea..05d6c02 100644 (file)
@@ -172,7 +172,6 @@ class Pman_Core_Mailer {
         require_once 'Mail.php';
         
         $decoder = new Mail_mimeDecode($mailtext);
-        print_r($decoder);exit;
         $parts = $decoder->getSendArray();
         if (PEAR::isError($parts)) {
             return $parts;