From ec5801fe556d8f9988998652dd2ff9bab20c5e13 Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 11 Feb 2015 14:29:44 +0800 Subject: [PATCH] DataObjects/Core_notify.php --- DataObjects/Core_notify.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/DataObjects/Core_notify.php b/DataObjects/Core_notify.php index 1fd7bbd0..c420e57a 100644 --- a/DataObjects/Core_notify.php +++ b/DataObjects/Core_notify.php @@ -231,6 +231,12 @@ class Pman_Core_DataObjects_Core_notify extends DB_DataObject "); } + if(!empty($q['from'])){ + $this->whereAdd(" + act_when >= '{$q['from']}' + "); + } + } } -- 2.39.2