Sloppy code bugs
这个提交包含在:
父节点
62ed493b6c
当前提交
dcf3548cff
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -443,7 +443,7 @@ class Logbook_model extends CI_Model {
|
||||||
}
|
}
|
||||||
|
|
||||||
function get_clublog_qsos(){
|
function get_clublog_qsos(){
|
||||||
$this->db->where("COL_CLUBLOG_QSO_UPLOAD_STATUS", "");
|
$this->db->where("COL_CLUBLOG_QSO_UPLOAD_STATUS", null);
|
||||||
$this->db->or_where("COL_CLUBLOG_QSO_UPLOAD_STATUS", "N");
|
$this->db->or_where("COL_CLUBLOG_QSO_UPLOAD_STATUS", "N");
|
||||||
|
|
||||||
$query = $this->db->get($this->config->item('table_name'));
|
$query = $this->db->get($this->config->item('table_name'));
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用