Notify.php
authorAlan Knowles <alan@akbkhome.com>
Wed, 6 Apr 2011 08:19:34 +0000 (16:19 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 6 Apr 2011 08:19:34 +0000 (16:19 +0800)
Notify.php

index f85f3be..000cd40 100644 (file)
@@ -36,16 +36,9 @@ class Pman_Core_Notify extends Pman
         
         $w = DB_DataObject::factory('core_notify');
          
+        $w->whereAdd('act_when < NOW()');
+        
         
-         
-        /* For each watcher, compute the changes.
-         * Group changes by ticket, sending one email per ticket.
-         * Group tickets into batch updates if the only fields that changed are
-         * bulk update style (milestone, assignment etc.)
-         *
-         * For the wiki repo, group by file so that serial edits within the batch
-         * period show up as a single email.
-         */
          
     }
 }
\ No newline at end of file