remove message in email send
This commit is contained in:
parent
da5ee0992a
commit
d2539641bb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue