NotifySend.php
[Pman.Core] / NotifySend.php
index 8676ff8..763c7b8 100644 (file)
@@ -462,7 +462,7 @@ class Pman_Core_NotifySend extends Pman
                 $ev = $this->addEvent($successEventName, $w, "{$w->to_email} - {$email['headers']['Subject']}");
                 
                 $ev->writeEventLog($this->debug_str);
-                
+                print_R('test??');exit;
                 if(strtotime($w->act_when) > strtotime("NOW")){
                     $w->act_when = date('Y-m-d H:i:s');
                 }
@@ -625,7 +625,7 @@ class Pman_Core_NotifySend extends Pman
         if (method_exists($object, 'toMailerData')) {
             return $object->toMailerData(array(
                 'rcpts'=>$rcpt,
-                'person'=>$rcpt,
+                'person'=>$rcpt, // added as mediaoutreach used this?
             )); //this is core_email - i think it's only used for testing...
             //var_Dump($object);
             //exit;