From 437e9d6c1855f6074743f1476b1f06ce9ef861d1 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 10 Jul 2013 19:49:41 +0800 Subject: [PATCH] DataObjects/Core_notify.php --- DataObjects/Core_notify.php | 1 - 1 file changed, 1 deletion(-) diff --git a/DataObjects/Core_notify.php b/DataObjects/Core_notify.php index 80ee77b6..c6e8f5e2 100644 --- a/DataObjects/Core_notify.php +++ b/DataObjects/Core_notify.php @@ -154,7 +154,6 @@ class Pman_Core_DataObjects_Core_notify extends DB_DataObject break; case 'PENDING'; $this->whereAdd('event_id = 0 OR (event_id > 0 AND act_when > NOW() )'); - break; case 'ALL': default: -- 2.39.2