Update Clublog.php

This commit is contained in:
Peter Goodhall
2019-06-19 16:31:59 +01:00
parent 5c51631112
commit d1e1410e1e

View File

@@ -28,8 +28,7 @@ class Clublog extends CI_Controller {
$data['qsos'] = $this->logbook_model->get_clublog_qsos();
if($data['qsos']->num_rows()){
// Create ADIF File of contacts not uploaded to Clublog
// Create ADIF File of contacts not uploaded to Clublog
$string = $this->load->view('adif/data/clublog', $data, TRUE);
if ( ! write_file('uploads/clublog.adi', $string)) {
@@ -80,7 +79,4 @@ class Clublog extends CI_Controller {
echo "Nothing awaiting upload to clublog";
}
}
}