DataObjects/Core_notify.php
authorAlan Knowles <alan@akbkhome.com>
Fri, 6 May 2011 05:33:33 +0000 (13:33 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 6 May 2011 05:33:33 +0000 (13:33 +0800)
DataObjects/Core_notify.php

index 12f0e8d..4ab3b11 100644 (file)
@@ -57,5 +57,10 @@ class Pman_Core_DataObjects_Core_notify extends DB_DataObject
         return false;
         
     }
-  
+    
+    function delivered()
+    {
+        return !empty($msgid);
+    }
+    
 }
\ No newline at end of file