kopia lustrzana https://github.com/magicbug/Cloudlog
Update Clublog.php
rodzic
bd8cbd5616
commit
7f18ffcabf
|
@ -43,6 +43,7 @@ class Clublog extends CI_Controller {
|
|||
if($station_row->qso_total > 0) {
|
||||
$data['qsos'] = $this->logbook_model->get_clublog_qsos($station_row->station_id);
|
||||
|
||||
if($data['qsos']->num_rows()){
|
||||
$string = $this->load->view('adif/data/clublog', $data, TRUE);
|
||||
|
||||
$ranid = uniqid();
|
||||
|
@ -102,14 +103,15 @@ class Clublog extends CI_Controller {
|
|||
} else {
|
||||
echo "Error ".$response;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
} else {
|
||||
echo "Nothing awaiting upload to clublog";
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
function markqso($station_id) {
|
||||
$this->load->model('clublog_model');
|
||||
|
|
Ładowanie…
Reference in New Issue