DataObjects/Core_watch.php
[Pman.Core] / DataObjects / Core_watch.php
index 909ea59..0f9b19f 100644 (file)
@@ -54,7 +54,7 @@ class Pman_Core_DataObjects_Core_watch extends DB_DataObject
         if (!empty($q['_list_actions'])) {
             $this->listActions($roo,$q);
         }
-        die("apply filters");
+        //die("apply filters");
         if (!empty($q['_split_event_name'])) {
             $this->selectAdd("
                 
@@ -68,6 +68,13 @@ class Pman_Core_DataObjects_Core_watch extends DB_DataObject
         }
         
     }
+    
+    function toRooArraySingle($q)
+    {
+        die("here");
+        
+    }
+    
     function listActions($roo, $q) {
         
         //print_r($q);