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

index 5682f32..3799ff2 100644 (file)
@@ -172,7 +172,7 @@ class Pman_Core_DataObjects_Core_watch extends DB_DataObject
  
         $watches = $w->fetchAll();
         
-        //print_R($watches);exit;
+        print_R($watches);exit;
         
         $nn = DB_DataObject::Factory('core_notify');
         $nn->ontable    = $event->on_table;