20201112
This commit is contained in:
@@ -120,10 +120,12 @@ class review {
|
||||
$tt .= 'Email: '.$journal_info['email'].'<br>';
|
||||
$tt .= 'Website: '.$journal_info['website'];
|
||||
sendEmail($user_info['email'], $journal_info['title'], $journal_info['title'], $tt, $journal_info['email'], $journal_info['epassword']);
|
||||
return true;
|
||||
} elseif ($np_num == 2) {//不通过
|
||||
//发送邮件通知编辑
|
||||
$tt = 'Reviewers final opinions on the manuscript ID'.$data['accept_sn'].' are rejection. Please login and deal with the next step of this manuscript manually.';
|
||||
sendEmail($editor_info['email'], $journal_info['title'], $journal_info['title'], $tt, $journal_info['email'], $journal_info['epassword']);
|
||||
return true;
|
||||
} else {//一样一个增加一个审稿案例
|
||||
$this->add_reviewer($data);
|
||||
return true;
|
||||
@@ -155,11 +157,12 @@ class review {
|
||||
$tt .= 'Email: '.$journal_info['email'].'<br>';
|
||||
$tt .= 'Website: '.$journal_info['website'];
|
||||
sendEmail($user_info['email'], $journal_info['title'], $journal_info['title'], $tt, $journal_info['email'], $journal_info['epassword']);
|
||||
return true;
|
||||
} else {//不通过
|
||||
//发送邮件通知编辑
|
||||
$tt = 'Reviewers final opinions on the manuscript ID'.$data['accept_sn'].' are rejection. Please login and deal with the next step of this manuscript manually.';
|
||||
sendEmail($editor_info['email'], $journal_info['title'], $journal_info['title'], $tt, $journal_info['email'], $journal_info['epassword']);
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user