X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=DataObjects%2FCore_watch.php;h=b77369269fc73a536c64c9b6330ce884742ce678;hp=568ea97bfb4b6907db5f4fc9b687e7e51729f5d0;hb=8ed5e3b95fa253debecd82a5274c1345578f56ab;hpb=9cecbb042ef596c3c6a353482fc1c03913661d81 diff --git a/DataObjects/Core_watch.php b/DataObjects/Core_watch.php index 568ea97b..b7736926 100644 --- a/DataObjects/Core_watch.php +++ b/DataObjects/Core_watch.php @@ -218,7 +218,7 @@ class Pman_Core_DataObjects_Core_watch extends DB_DataObject function notifyEvent($event) { print_r($event); - //DB_DataObject::DebugLevel(1); + DB_DataObject::DebugLevel(1); // see if there are any watches on events.. // notify everyone flagged except the person doing it... // this is very basic logic... - @@ -240,7 +240,7 @@ class Pman_Core_DataObjects_Core_watch extends DB_DataObject $watches = $w->fetchAll(); - //print_R($watches); + print_R($watches); $nn = DB_DataObject::Factory('core_notify'); $nn->ontable = $event->on_table;