Remove extra comma causing error
这个提交包含在:
父节点
9273c2c610
当前提交
7b45746481
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -133,7 +133,7 @@ class User extends CI_Controller {
|
|||
$this->input->post('user_qso_end_times'),
|
||||
$this->input->post('user_quicklog'),
|
||||
$this->input->post('user_quicklog_enter'),
|
||||
$this->input->post('language'),
|
||||
$this->input->post('language')
|
||||
)) {
|
||||
// Check for errors
|
||||
case EUSERNAMEEXISTS:
|
||||
|
|
|
|||
正在加载…
在新工单中引用