diff --git a/application/controllers/Contesting.php b/application/controllers/Contesting.php index af2a928e6..d0cad9fd8 100644 --- a/application/controllers/Contesting.php +++ b/application/controllers/Contesting.php @@ -71,6 +71,8 @@ class Contesting extends CI_Controller { public function setSession() { $this->load->model('Contesting_model'); $this->Contesting_model->setSession(); + + $this->session->set_userdata('radio', $this->input->post('radio')); header('Content-Type: application/json'); echo json_encode($this->Contesting_model->getSession()); } diff --git a/application/controllers/Eqsl.php b/application/controllers/Eqsl.php index 21eb950fe..6c70c9eee 100644 --- a/application/controllers/Eqsl.php +++ b/application/controllers/Eqsl.php @@ -186,6 +186,10 @@ class eqsl extends CI_Controller { $status = $this->eqslmethods_model->uploadQso($adif, $qsl); + if($status == 'Error') { + redirect('eqsl/export'); + } + $timestamp = strtotime($qsl['COL_TIME_ON']); $rows .= "
= __("Mark All QSOs as Sent to eQSL"); ?> = __("Use this if you have lots of QSOs to upload to eQSL it will save the server timing out."); ?>
+= __("This does NOT upload any QSOs. It only marks QSOs as sent. If you use this button you need to upload them manually on the eQSL.cc website."); ?>
+= __("Mark All QSOs as Sent to eQSL"); ?> = __("Use this if you have lots of QSOs to upload to eQSL it will save the server timing out."); ?>