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

index fabdec6..029f407 100644 (file)
@@ -110,6 +110,8 @@ 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 
         
         $w = DB_DataObject::factory('core_watch');
         $w->ontable = $event->on_table;