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) {
|
if($station_row->qso_total > 0) {
|
||||||
$data['qsos'] = $this->logbook_model->get_clublog_qsos($station_row->station_id);
|
$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);
|
$string = $this->load->view('adif/data/clublog', $data, TRUE);
|
||||||
|
|
||||||
$ranid = uniqid();
|
$ranid = uniqid();
|
||||||
|
@ -102,14 +103,15 @@ class Clublog extends CI_Controller {
|
||||||
} else {
|
} else {
|
||||||
echo "Error ".$response;
|
echo "Error ".$response;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
} else {
|
} else {
|
||||||
echo "Nothing awaiting upload to clublog";
|
echo "Nothing awaiting upload to clublog";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
function markqso($station_id) {
|
function markqso($station_id) {
|
||||||
$this->load->model('clublog_model');
|
$this->load->model('clublog_model');
|
||||||
|
|
Ładowanie…
Reference in New Issue