From: Edward Date: Wed, 11 Feb 2015 06:29:44 +0000 (+0800) Subject: DataObjects/Core_notify.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=ec5801fe556d8f9988998652dd2ff9bab20c5e13 DataObjects/Core_notify.php --- 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']}' + "); + } + } }