Minor Improvements

这个提交包含在:
Peter Goodhall 2020-09-08 00:20:27 +01:00
父节点 c0700eb102
当前提交 8f3abf6652

查看文件

@ -329,6 +329,7 @@ class Lotw extends CI_Controller {
| Download QSO Matches from LoTW | Download QSO Matches from LoTW
*/ */
echo "<br><br>"; echo "<br><br>";
echo "LoTW Matches<br>";
echo $this->lotw_download(); echo $this->lotw_download();
} }
@ -573,7 +574,7 @@ class Lotw extends CI_Controller {
// TODO: We don't actually see the error message // TODO: We don't actually see the error message
if ($data['user_lotw_name'] == '' || $data['user_lotw_password'] == '') if ($data['user_lotw_name'] == '' || $data['user_lotw_password'] == '')
{ {
$this->session->set_flashdata('warning', 'You have not defined your ARRL LoTW credentials!'); redirect('lotw/import'); echo "You have not defined your ARRL LoTW credentials!";
} }
$lotw_last_qsl_date = date('Y-m-d', strtotime($this->logbook_model->lotw_last_qsl_date())); $lotw_last_qsl_date = date('Y-m-d', strtotime($this->logbook_model->lotw_last_qsl_date()));