Fill US county from callbook / logbook

This commit is contained in:
phl0
2022-04-16 22:07:13 +02:00
parent a2c831f26c
commit ced69b8ea4
3 changed files with 35 additions and 0 deletions

View File

@@ -149,6 +149,7 @@ class Logbook extends CI_Controller {
$return['callsign_iota'] = $this->logbook_model->call_iota($callsign);
$return['qsl_manager'] = $this->logbook_model->call_qslvia($callsign);
$return['callsign_state'] = $this->logbook_model->call_state($callsign);
$return['callsign_us_county'] = $this->logbook_model->call_us_county($callsign);
$return['bearing'] = $this->bearing($return['callsign_qra'], $measurement_base, $station_id);
$return['workedBefore'] = $this->worked_grid_before($return['callsign_qra'], $type, $band, $mode);
if ($this->session->userdata('user_show_qrz_image')) {