Mailer.php
authorChris <chris@roojs.com>
Thu, 23 May 2013 03:15:12 +0000 (11:15 +0800)
committerChris <chris@roojs.com>
Thu, 23 May 2013 03:15:12 +0000 (11:15 +0800)
Mailer.php

index 3d989c4..d71b171 100644 (file)
@@ -185,8 +185,7 @@ class Pman_Core_Mailer {
             return $email;
         }
         if ($this->debug) {
-            echo '<PRE>';echo htmlspecialchars(print_r(        $email = $this->toData();
-,true));
+            echo '<PRE>';echo htmlspecialchars(print_r($email,true));
         }
         ///$recipents = array($this->email);
         $mailOptions = PEAR::getStaticProperty('Mail','options');