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

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