diff --git a/application/models/Logbook_model.php b/application/models/Logbook_model.php index 0cd3d6c0..2453d7c9 100755 --- a/application/models/Logbook_model.php +++ b/application/models/Logbook_model.php @@ -2245,7 +2245,7 @@ class Logbook_model extends CI_Model { public function dxcc_lookup($call, $date){ - $dxcc_exceptions = $this->db->select('`entity`, `adif`, `cqz`') + $dxcc_exceptions = $this->db->select('*') ->where('call', $call) ->where('(start <= CURDATE()') ->or_where('start is null', NULL, false)