NotifySend.php
[Pman.Core] / NotifySend.php
index 6617a75..9bd658b 100644 (file)
@@ -143,7 +143,7 @@ class Pman_Core_NotifySend extends Pman
         
         
         $p = $w->person();
-        
+        print_R($p);exit;
         if (isset($p->active) && empty($p->active)) {
             $ev = $this->addEvent('NOTIFY', $w,
                             "Notification event cleared (not user not active any more)" );;
@@ -517,7 +517,6 @@ class Pman_Core_NotifySend extends Pman
     function makeEmail($object, $rcpt, $last_sent_date, $notify, $force =false)
     {
         $m = 'notify'. $notify->evtype;
-        
         //var_dump(get_class($object) . '::' .$m);
         if (!empty($notify->evtype) && method_exists($object,$m)) {
             echo "calling :" . get_class($object) . '::' .$m . "\n";