DataObjects/Core_watch.php
authorChris <chris@roojs.com>
Tue, 3 Sep 2013 06:46:05 +0000 (14:46 +0800)
committerChris <chris@roojs.com>
Tue, 3 Sep 2013 06:46:05 +0000 (14:46 +0800)
DataObjects/Core_watch.php

index 70d540b..d8bcc73 100644 (file)
@@ -199,6 +199,7 @@ class Pman_Core_DataObjects_Core_watch extends DB_DataObject
                 // the triggered method, can either do something
                 // or modify the notify event..
                 if ($do->{$dom[1]}($event, $n) !== false) {
                 // the triggered method, can either do something
                 // or modify the notify event..
                 if ($do->{$dom[1]}($event, $n) !== false) {
+                    echo "method did not return false?";
                     continue;
                 }
                 
                     continue;
                 }
                 
@@ -219,7 +220,7 @@ class Pman_Core_DataObjects_Core_watch extends DB_DataObject
                 // we have a item in the queue for that waiting to be sent..
                 continue;
             }
                 // we have a item in the queue for that waiting to be sent..
                 continue;
             }
-            
+            echo "inserting notify?";
             $n->act_start( date("Y-m-d H:i:s") );
             $n->insert();
             
             $n->act_start( date("Y-m-d H:i:s") );
             $n->insert();