remove message in email send

This commit is contained in:
jack 2018-06-27 15:36:44 +08:00
parent da5ee0992a
commit d2539641bb
1 changed files with 6 additions and 6 deletions

View File

@ -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