DataObjects/Core_notify_recur.php
authorAlan Knowles <alan@akbkhome.com>
Fri, 25 May 2012 10:20:53 +0000 (18:20 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 25 May 2012 10:20:53 +0000 (18:20 +0800)
DataObjects/Core_notify_recur.php

index 82f512e..34cc2f6 100644 (file)
@@ -127,6 +127,7 @@ class Pman_Core_DataObjects_Core_notify_recur extends DB_DataObject
         
         foreach($notifytimes as $time){
             if (strtotime($time) < time()) {
+                // will get deleted..
                 continue;
             }
             if (isset($old[$time])) {