NotifySend.php
authorAlan Knowles <alan@akkbhome.com>
Wed, 6 Apr 2011 23:43:31 +0000 (07:43 +0800)
committerAlan Knowles <alan@akkbhome.com>
Wed, 6 Apr 2011 23:43:31 +0000 (07:43 +0800)
NotifySend.php

index d860de6..11fc6a2 100644 (file)
@@ -84,6 +84,8 @@ class Pman_Core_NotifySend extends Pman
         
         
         $email = $o->toEmail($p,$last);
+        
+        print_r($email);
         // should we fetch the watch that caused it.. - which should contain the method to call..
         $dom = array_pop(explode('@', $p->email));