Notify.php
authorAlan Knowles <alan@akbkhome.com>
Thu, 11 Aug 2011 03:09:18 +0000 (11:09 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 11 Aug 2011 03:09:18 +0000 (11:09 +0800)
Notify.php

index 6ad652f..bd85776 100644 (file)
@@ -106,7 +106,10 @@ class Pman_Core_Notify extends Pman
             }
             foreach($ar as $w) {
                 $o = $w->object();
-                echo "$e->id : $w->person_id_email email    : ". $o->toEventString()."\n";
+                
+                
+                echo "$e->id : $w->person_id_email email    : ".
+                        $o->toEventString()."    ". $w->status() . "\n";
             }
             exit;
         }