mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Update Last_Upload field inside lotw_cert table when tq8 upload is successful
This commit is contained in:
@@ -253,6 +253,8 @@ class Lotw extends CI_Controller {
|
||||
|
||||
echo "Upload Successful - ".$filename_for_saving;
|
||||
|
||||
$this->LotwCert->last_upload($data['lotw_cert_info']->lotw_cert_id);
|
||||
|
||||
// Mark QSOs as Sent
|
||||
foreach ($qso_id_array as $qso_number) {
|
||||
$this->Logbook_model->mark_lotw_sent($qso_number);
|
||||
|
||||
Reference in New Issue
Block a user