Merge pull request #2783 from int2001/version_info_fix
Fixed Bug at "Show/Hide Version Info for all"
这个提交包含在:
当前提交
f24ffd876b
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -25,9 +25,9 @@ class User_options_model extends CI_Model {
|
|||
ON DUPLICATE KEY UPDATE option_value = ?';
|
||||
foreach ($option_array as $option_key => $option_value) {
|
||||
$this->db->query($sql, array($user_id, $option_type, $option_name, $option_key, $option_value, $option_value));
|
||||
return true;
|
||||
}
|
||||
}
|
||||
return true;
|
||||
} else {
|
||||
log_message('error','set_option_at_all_users() failed because users table is empty');
|
||||
}
|
||||
|
|
|
|||
正在加载…
在新工单中引用