From eee64ee8e8b91a2e8842c529f99c639a5061fdc6 Mon Sep 17 00:00:00 2001 From: phl0 Date: Mon, 1 Jan 2024 01:06:04 +0100 Subject: [PATCH] Fix details for grids with DXCC none --- application/models/Timeline_model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/models/Timeline_model.php b/application/models/Timeline_model.php index 74411911..b34866d9 100644 --- a/application/models/Timeline_model.php +++ b/application/models/Timeline_model.php @@ -217,7 +217,7 @@ class Timeline_model extends CI_Model $logbooks_locations_array = $CI->logbooks_model->list_logbook_relationships($this->session->userdata('active_station_logbook')); $this->db->join('station_profile', 'station_profile.station_id = '.$this->config->item('table_name').'.station_id'); - $this->db->join('dxcc_entities', 'dxcc_entities.adif = '.$this->config->item('table_name').'.COL_DXCC'); + $this->db->join('dxcc_entities', 'dxcc_entities.adif = '.$this->config->item('table_name').'.COL_DXCC', 'left outer'); $this->db->join('lotw_users', 'lotw_users.callsign = '.$this->config->item('table_name').'.col_call', 'left outer'); if ($band != 'All') {