From 71c602c9c5ab352069db3871e9457c6c3bc45d7e Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 10 Jul 2013 19:53:28 +0800 Subject: [PATCH] DataObjects/Core_notify.php --- DataObjects/Core_notify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataObjects/Core_notify.php b/DataObjects/Core_notify.php index c6e8f5e2..8a6c2a68 100644 --- a/DataObjects/Core_notify.php +++ b/DataObjects/Core_notify.php @@ -109,7 +109,7 @@ class Pman_Core_DataObjects_Core_notify extends DB_DataObject { switch($this->event_id) { case -1: - return 'DELIVERED'; + return 'DELIVERED'; / //not valid.. case 0: return 'PENDING'; default: -- 2.39.2