From d2539641bb718d782b9859361074f638839cd16e Mon Sep 17 00:00:00 2001 From: jack Date: Wed, 27 Jun 2018 15:36:44 +0800 Subject: [PATCH] remove message in email send --- application/admin/controllers/UserController.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/application/admin/controllers/UserController.php b/application/admin/controllers/UserController.php index 98e27887..81b94ab6 100755 --- a/application/admin/controllers/UserController.php +++ b/application/admin/controllers/UserController.php @@ -1094,12 +1094,12 @@ class Admin_UserController extends Zend_Controller_Action if($start>$total) { $stop = "YES"; - $msg = array( - "title"=>"为用户发送了节日祝贺邮件", - "body"=>"在 ".time()." 为用户发送了节日祝贺邮件 " - ); - include_once("message.php"); - message::post($this->db,0,-1,$msg['title'],$msg['body']); +// $msg = array( +// "title"=>"为用户发送了节日祝贺邮件", +// "body"=>"在 ".time()." 为用户发送了节日祝贺邮件 " +// ); +// include_once("message.php"); +// message::post($this->db,0,-1,$msg['title'],$msg['body']); } $sql = "SELECT * FROM users