mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Update Clublog.php
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user