fixed typo
这个提交包含在:
父节点
1899ad8021
当前提交
e6238dbf66
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -220,7 +220,7 @@ class User_Model extends CI_Model {
|
|||
'user_default_band' => xss_clean($fields['user_default_band']),
|
||||
'user_default_confirmation' => (isset($fields['user_default_confirmation_qsl']) ? 'Q' : '').(isset($fields['user_default_confirmation_lotw']) ? 'L' : '').(isset($fields['user_default_confirmation_eqsl']) ? 'E' : ''),
|
||||
'user_qso_end_times' => xss_clean($fields['user_qso_end_times']),
|
||||
'user_quicklog' => xss_clean($field['user_quicklog']),
|
||||
'user_quicklog' => xss_clean($fields['user_quicklog']),
|
||||
'language' => xss_clean($fields['language']),
|
||||
'winkey' => xss_clean($fields['user_winkey']),
|
||||
);
|
||||
|
|
|
|||
正在加载…
在新工单中引用