Removed debug info that wasn't needed
这个提交包含在:
父节点
2368a1c322
当前提交
c126df2fb3
共有 1 个文件被更改,包括 0 次插入 和 3 次删除
|
|
@ -34,8 +34,6 @@ class Clublog extends CI_Controller {
|
||||||
|
|
||||||
$data['qsos'] = $this->logbook_model->get_clublog_qsos();
|
$data['qsos'] = $this->logbook_model->get_clublog_qsos();
|
||||||
|
|
||||||
print_r($data['qsos']);
|
|
||||||
|
|
||||||
if($data['qsos']->num_rows()){
|
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);
|
$string = $this->load->view('adif/data/clublog', $data, TRUE);
|
||||||
|
|
@ -95,7 +93,6 @@ class Clublog extends CI_Controller {
|
||||||
$this->clublog_model->mark_qsos_sent();
|
$this->clublog_model->mark_qsos_sent();
|
||||||
} else {
|
} else {
|
||||||
echo $catch_error;
|
echo $catch_error;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用