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) if($start>$total)
{ {
$stop = "YES"; $stop = "YES";
$msg = array( // $msg = array(
"title"=>"为用户发送了节日祝贺邮件", // "title"=>"为用户发送了节日祝贺邮件",
"body"=>"".time()." 为用户发送了节日祝贺邮件 " // "body"=>"在 ".time()." 为用户发送了节日祝贺邮件 "
); // );
include_once("message.php"); // include_once("message.php");
message::post($this->db,0,-1,$msg['title'],$msg['body']); // message::post($this->db,0,-1,$msg['title'],$msg['body']);
} }
$sql = "SELECT * FROM users $sql = "SELECT * FROM users