mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Merge branch 'station_logbooks' of https://github.com/magicbug/Cloudlog into station_logbooks
This commit is contained in:
@@ -2216,8 +2216,8 @@ class Logbook_model extends CI_Model {
|
||||
$dxcc_exceptions = $this->db->select('`entity`, `adif`, `cqz`')
|
||||
->where('call', $call)
|
||||
->where('(start <= CURDATE()')
|
||||
->or_where('start is null', NULL, false)
|
||||
->where('end >= CURDATE()')
|
||||
->or_where('start is null)', NULL, false)
|
||||
->where('(end >= CURDATE()')
|
||||
->or_where('end is null)', NULL, false)
|
||||
->get('dxcc_exceptions');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user