mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Merge branch 'dev' into files
This commit is contained in:
@@ -236,6 +236,9 @@ class Lotw extends CI_Controller {
|
||||
|
||||
$this->load->model('Logbook_model');
|
||||
|
||||
// First mark QSOs with unsupported propagation modes as ignore
|
||||
$this->Logbook_model->mark_lotw_ignore($data['station_profile']->station_id);
|
||||
|
||||
$data['qsos'] = $this->Logbook_model->get_lotw_qsos_to_upload($data['station_profile']->station_id, $data['lotw_cert_info']->qso_start_date, $data['lotw_cert_info']->qso_end_date);
|
||||
|
||||
// Nothing to upload
|
||||
|
||||
Reference in New Issue
Block a user