Another fix

这个提交包含在:
Peter Goodhall 2019-10-18 16:03:29 +01:00
父节点 c2311e7481
当前提交 89b8f0ea80

查看文件

@ -131,6 +131,8 @@ class eqsl extends CI_Controller {
} }
$this->load->model('stations'); $this->load->model('stations');
$active_station_id = $this->stations->find_active();
$station_profile = $this->stations->profile($active_station_id);
$active_station_info = $station_profile->row(); $active_station_info = $station_profile->row();
// Query the logbook to determine when the last LoTW confirmation was // Query the logbook to determine when the last LoTW confirmation was
$eqsl_last_qsl_date = $this->logbook_model->eqsl_last_qsl_rcvd_date(); $eqsl_last_qsl_date = $this->logbook_model->eqsl_last_qsl_rcvd_date();