diff --git a/application/models/Logbook_model.php b/application/models/Logbook_model.php index aaae4a4d..881b22d5 100755 --- a/application/models/Logbook_model.php +++ b/application/models/Logbook_model.php @@ -150,7 +150,7 @@ class Logbook_model extends CI_Model { 'COL_DXCC' => $dxcc_id, 'COL_CQZ' => $cqz, 'COL_STATE' => trim($this->input->post('usa_state')), - 'COL_USACA_COUNTIES' => trim($this->input->post('county')), + 'COL_CNTY' => trim($this->input->post('usa_state')) . "," . trim($this->input->post('county')), 'COL_SOTA_REF' => trim($this->input->post('sota_ref')), 'COL_SIG' => trim($this->input->post('sig')), 'COL_SIG_INFO' => trim($this->input->post('sig_info')), @@ -531,7 +531,7 @@ class Logbook_model extends CI_Model { 'station_id' => $this->input->post('station_profile'), 'COL_OPERATOR' => $this->input->post('operator_callsign'), 'COL_STATE' =>$this->input->post('usa_state'), - 'COL_USACA_COUNTIES' =>$this->input->post('usa_county'), + 'COL_CNTY' =>$this->input->post('usa_state') .",".$this->input->post('usa_county'), ); if ($this->exists_qrz_api_key($data['station_id'])) { diff --git a/application/views/qso/edit_ajax.php b/application/views/qso/edit_ajax.php index 5e07f867..e3026cb1 100644 --- a/application/views/qso/edit_ajax.php +++ b/application/views/qso/edit_ajax.php @@ -373,7 +373,7 @@
- +
diff --git a/application/views/view_log/qso.php b/application/views/view_log/qso.php index b6864698..16d323b1 100644 --- a/application/views/view_log/qso.php +++ b/application/views/view_log/qso.php @@ -144,10 +144,10 @@ - COL_USACA_COUNTIES != null) { ?> + COL_CNTY != null) { ?> USA County: - COL_USACA_COUNTIES; ?> + COL_CNTY; ?>