From: Alan Knowles Date: Wed, 7 Nov 2012 02:30:03 +0000 (+0800) Subject: DataObjects/Core_watch.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=97eeff71d0c269e18519afacd0c799931375e5a5 DataObjects/Core_watch.php --- diff --git a/DataObjects/Core_watch.php b/DataObjects/Core_watch.php index e38efc9b..5c77b3d9 100644 --- a/DataObjects/Core_watch.php +++ b/DataObjects/Core_watch.php @@ -157,6 +157,8 @@ class Pman_Core_DataObjects_Core_watch extends DB_DataObject $watches = $w->fetchAll(); + print_R($watches);exit; + $nn = DB_DataObject::Factory('core_notify'); $nn->ontable = $event->on_table; $nn->onid = $event->on_id;