X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=DataObjects%2FCore_notify.php;h=790d475dc571403a52fdbdc0d571b0525babccb2;hp=edb070cbb11400db10992c3e28b6e2dcf909c0c5;hb=c80c353568feb0947ff4e2373037a7caa7e20bd8;hpb=50bb828597dbf7a23cc5d21ac4ece6328f63ff09 diff --git a/DataObjects/Core_notify.php b/DataObjects/Core_notify.php index edb070cb..790d475d 100644 --- a/DataObjects/Core_notify.php +++ b/DataObjects/Core_notify.php @@ -190,6 +190,9 @@ class Pman_Core_DataObjects_Core_notify extends DB_DataObject case 'PENDING'; $this->whereAdd('event_id = 0 OR (event_id > 0 AND act_when > NOW() )'); break; + case 'OPENED'; + $this->whereAdd('is_open > 0'); + break; case 'ALL': default: break;