From 7fba110999ffd15b9ff7059924a1cec25694efea Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 28 Jul 2016 11:34:33 +0800 Subject: [PATCH] NotifySend.php --- NotifySend.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NotifySend.php b/NotifySend.php index d3fa06da..15308ca8 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -415,7 +415,7 @@ class Pman_Core_NotifySend extends Pman $this->errorHandler(date('Y-m-d h:i:s ') . " Too many emails sent by {$dom}"); } - + /* $core_notify = DB_DataObject::factory($this->table); $core_notify->domain_id = $core_domain->id; @@ -429,7 +429,7 @@ class Pman_Core_NotifySend extends Pman $w->update($old); $this->errorHandler(date('Y-m-d h:i:s ') . " Too many emails sent by {$dom}"); } - + */ -- 2.39.2