From 032e704c615ec0448c0a8db802960a7a70835089 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 7 Apr 2011 07:43:31 +0800 Subject: [PATCH] NotifySend.php --- NotifySend.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NotifySend.php b/NotifySend.php index d860de61..11fc6a29 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -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)); -- 2.39.2