Mailer.php
authorAlan Knowles <alan@roojs.com>
Tue, 22 Sep 2015 03:23:17 +0000 (11:23 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 22 Sep 2015 03:23:17 +0000 (11:23 +0800)
Mailer.php

index a93b6ed..7c90c3f 100644 (file)
@@ -299,8 +299,8 @@ class Pman_Core_Mailer {
             
             return $email;
         }
-        
-        $this->log( htmlspecialchars(print_r($email,true)));
+        )
+        //$this->log( htmlspecialchars(print_r($email,true)));
         
         ///$recipents = array($this->email);
         $mailOptions = PEAR::getStaticProperty('Mail','options');