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

index c1d9bc6..fabdec6 100644 (file)
@@ -109,6 +109,7 @@ class Pman_Core_DataObjects_Core_watch extends DB_DataObject
     function notifyEvent($event)
     {
         // see if there are any watches on events..
+        // notify everyone flagged except the person doing it...
         
         $w = DB_DataObject::factory('core_watch');
         $w->ontable = $event->on_table;