NotifySend.php
authorAlan Knowles <alan@roojs.com>
Thu, 3 Apr 2014 07:22:24 +0000 (15:22 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 3 Apr 2014 07:22:24 +0000 (15:22 +0800)
NotifySend.php

index 059dbcf..411a6de 100644 (file)
@@ -476,7 +476,7 @@ 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);
+        //var_dump(get_class($object) . '::' .$m);
         
         if (!empty($notify->evtype) && method_exists($object,$m)) {
             echo "calling :" . get_class($object) . '::' .$m . "\n";