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