DataObjects/Core_watch.php
authorAlan Knowles <alan@roojs.com>
Wed, 28 Sep 2011 07:17:43 +0000 (15:17 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 28 Sep 2011 07:17:43 +0000 (15:17 +0800)
DataObjects/Core_watch.php

index 029f407..3bd4af2 100644 (file)
@@ -111,7 +111,9 @@ class Pman_Core_DataObjects_Core_watch extends DB_DataObject
         // see if there are any watches on events..
         // notify everyone flagged except the person doing it...
         // this is very basic logic... -
-        //    if 
+        //    if more intelligence is needed...
+        //    then it 'rules' will have to be added by the watched object....
+        //    anyway leave that for another day..
         
         $w = DB_DataObject::factory('core_watch');
         $w->ontable = $event->on_table;