DataObjects/Core_notify.php
[Pman.Core] / 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');