From: Edward Date: Thu, 27 Aug 2015 09:31:18 +0000 (+0800) Subject: NotifySend.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=72de663601747e8f4f2bc0a2cab649bc977b52ab NotifySend.php --- diff --git a/NotifySend.php b/NotifySend.php index 6617a756..fed4eae8 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -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";