NotifySend.php
authorEdward <edward@roojs.com>
Wed, 26 Jun 2013 05:39:34 +0000 (13:39 +0800)
committerEdward <edward@roojs.com>
Wed, 26 Jun 2013 05:39:34 +0000 (13:39 +0800)
NotifySend.php

index 562e117..79bf3c1 100644 (file)
@@ -173,7 +173,7 @@ class Pman_Core_NotifySend extends Pman
          
         // this may modify $p->email. (it will not update it though)
         $email =  $this->makeEmail($o, $p, $last, $w, $force);
-        
+        print_r($email);exit;
         
         if ($email === true)  {