Also check qrz API key for empty string
这个提交包含在:
父节点
64554939eb
当前提交
e4138dc22d
共有 1 个文件被更改,包括 1 次插入 和 0 次删除
|
|
@ -89,6 +89,7 @@ class User_Model extends CI_Model {
|
|||
|
||||
function hasQrzKey($user_id) {
|
||||
$this->db->where('station_profile.qrzapikey is not null');
|
||||
$this->db->where('station_profile.qrzapikey != ""');
|
||||
$this->db->join('station_profile', 'station_profile.user_id = '.$user_id);
|
||||
$query = $this->db->get($this->config->item('auth_table'));
|
||||
|
||||
|
|
|
|||
正在加载…
在新工单中引用