From fe0344af2cdc589e03e8b6b8c167ce38bd1598e1 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 3 Sep 2013 13:21:57 +0800 Subject: [PATCH] DataObjects/Core_watch.php --- DataObjects/Core_watch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataObjects/Core_watch.php b/DataObjects/Core_watch.php index 5682f320..3799ff2e 100644 --- a/DataObjects/Core_watch.php +++ b/DataObjects/Core_watch.php @@ -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; -- 2.39.2