Merge pull request #1519 from AndreasK79/dxcc_lookup_fix

Bugfix for dxcc_lookup in logbook_model
这个提交包含在:
Andreas Kristiansen 2022-07-03 14:40:08 +02:00 提交者 GitHub
当前提交 1afc17f2b2
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23

查看文件

@ -2245,7 +2245,7 @@ class Logbook_model extends CI_Model {
public function dxcc_lookup($call, $date){ public function dxcc_lookup($call, $date){
$dxcc_exceptions = $this->db->select('`entity`, `adif`, `cqz`') $dxcc_exceptions = $this->db->select('*')
->where('call', $call) ->where('call', $call)
->where('(start <= CURDATE()') ->where('(start <= CURDATE()')
->or_where('start is null', NULL, false) ->or_where('start is null', NULL, false)