小bug调整
This commit is contained in:
@@ -3255,7 +3255,7 @@ class Article extends Base
|
|||||||
//发送邮件到编辑,提醒有待审文章
|
//发送邮件到编辑,提醒有待审文章
|
||||||
$editor_info = $this->user_obj->where('user_id', $journal_info['editor_id'])->find();
|
$editor_info = $this->user_obj->where('user_id', $journal_info['editor_id'])->find();
|
||||||
$tt = 'Dear editor,<br>';
|
$tt = 'Dear editor,<br>';
|
||||||
$tt .= 'Please check the new manuscript in the submission system.';
|
$tt .= 'Please check the new manuscript in the submission system.'.$article_info['accept_sn'];
|
||||||
sendEmail($editor_info['email'], $journal_info['title'], $journal_info['title'], $tt, $journal_info['email'], $journal_info['epassword']);
|
sendEmail($editor_info['email'], $journal_info['title'], $journal_info['title'], $tt, $journal_info['email'], $journal_info['epassword']);
|
||||||
$user_rev_info = $this->user_reviewer_info_obj->where("reviewer_id", $user_res['user_id'])->find();
|
$user_rev_info = $this->user_reviewer_info_obj->where("reviewer_id", $user_res['user_id'])->find();
|
||||||
//发送邮件给作者,表示感谢
|
//发送邮件给作者,表示感谢
|
||||||
|
|||||||
Reference in New Issue
Block a user