From: Alan Knowles Date: Fri, 6 May 2011 05:33:33 +0000 (+0800) Subject: DataObjects/Core_notify.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=8c23d24bfc52be5ca0509ee008c0eb89f707c499 DataObjects/Core_notify.php --- diff --git a/DataObjects/Core_notify.php b/DataObjects/Core_notify.php index 12f0e8de..4ab3b113 100644 --- a/DataObjects/Core_notify.php +++ b/DataObjects/Core_notify.php @@ -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