diff --git a/application/models/Logbook_model.php b/application/models/Logbook_model.php index fb611848..80cb64b6 100755 --- a/application/models/Logbook_model.php +++ b/application/models/Logbook_model.php @@ -1296,7 +1296,7 @@ class Logbook_model extends CI_Model { function get_qso($id) { $this->db->select($this->config->item('table_name').'.*, station_profile.*, dxcc_entities.*, dxcc_entities_2.name as station_country, dxcc_entities_2.end as station_end'); - $this->db->select($this->config->item('table_name').'.*, station_profile.*, dxcc_entities.*, coalesce(dxcc_entities_2.name, "None") as station_country, dxcc_entities_2.end as station_end'); + $this->db->select($this->config->item('table_name').'.*, station_profile.*, dxcc_entities.*, coalesce(dxcc_entities_2.name, "- NONE -") as station_country, dxcc_entities_2.end as station_end'); $this->db->from($this->config->item('table_name')); $this->db->join('dxcc_entities', $this->config->item('table_name').'.col_dxcc = dxcc_entities.adif', 'left'); $this->db->join('station_profile', 'station_profile.station_id = '.$this->config->item('table_name').'.station_id', 'left'); @@ -3291,7 +3291,7 @@ class Logbook_model extends CI_Model { $result = $this->wpx($call, 1); # use the wpx prefix instead if ($result == '') { $row['adif'] = 0; - $row['entity'] = 'None'; + $row['entity'] = '- NONE -'; $row['cqz'] = 0; $row['cont'] = ''; return array($row['adif'], $row['entity'], $row['cqz'], $row['cont']); @@ -3382,7 +3382,7 @@ class Logbook_model extends CI_Model { $result = $this->wpx($call, 1); # use the wpx prefix instead if ($result == '') { $row['adif'] = 0; - $row['entity'] = 'None'; + $row['entity'] = '- NONE -'; $row['cqz'] = 0; $row['long'] = '0'; $row['lat'] = '0'; diff --git a/application/views/logbookadvanced/index.php b/application/views/logbookadvanced/index.php index 37914041..43447135 100644 --- a/application/views/logbookadvanced/index.php +++ b/application/views/logbookadvanced/index.php @@ -45,7 +45,7 @@ - + adif; diff --git a/application/views/qso/index.php b/application/views/qso/index.php index 6410760f..1b4f8dd6 100755 --- a/application/views/qso/index.php +++ b/application/views/qso/index.php @@ -216,7 +216,7 @@
- + result() as $dxcc) { ?> diff --git a/application/views/station_profile/edit.php b/application/views/station_profile/edit.php index 4aa318d1..f99971ee 100644 --- a/application/views/station_profile/edit.php +++ b/application/views/station_profile/edit.php @@ -69,7 +69,7 @@ num_rows() > 0) { ?>