DataObjects/Core_notify.php
[Pman.Core] / DataObjects / Core_notify.php
index c420e57..a0631a9 100644 (file)
@@ -237,6 +237,12 @@ class Pman_Core_DataObjects_Core_notify extends DB_DataObject
             ");
         }
         
+        if(!empty($q['to'])){
+            $this->whereAdd("
+                act_when <= '{$q['to']}'
+            ");
+        }
+        
     }
     
 }