From: Alan Knowles Date: Sat, 8 Oct 2011 01:20:08 +0000 (+0800) Subject: DataObjects/Core_watch.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=8b1fa30d41d3f2873577609062addf264460d6e5 DataObjects/Core_watch.php --- diff --git a/DataObjects/Core_watch.php b/DataObjects/Core_watch.php index 3de01519..d370835d 100644 --- a/DataObjects/Core_watch.php +++ b/DataObjects/Core_watch.php @@ -74,7 +74,10 @@ class Pman_Core_DataObjects_Core_watch extends DB_DataObject $nw->insert(); } - + /** + * Generate a notify event based on watches (matching whereAdd) + * + */ function notify($ontable , $onid, $whereAdd) { $w = DB_DataObject::factory('core_watch');