DataObjects/Core_notify.php
authorAlan Knowles <alan@roojs.com>
Mon, 5 Aug 2013 08:29:21 +0000 (16:29 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 5 Aug 2013 08:29:21 +0000 (16:29 +0800)
DataObjects/Core_notify.php

index 3b174ed..b3eaf7b 100644 (file)
@@ -110,6 +110,12 @@ class Pman_Core_DataObjects_Core_notify extends DB_DataObject
         return !empty($this->msgid);
     }
     
+    function whereAddUndelivered()
+    {
+        $tn = $this->tableName();
+        $this->whereAdd("$tn.msgid IS NULL OR $tn.msgid = ''");
+    }
+    
     function status() // used by commandline reporting at present..
     {
         switch($this->event_id) {