Update Clublog.php
这个提交包含在:
父节点
6276b17a25
当前提交
f5b8b101a1
共有 1 个文件被更改,包括 4 次插入 和 2 次删除
|
|
@ -17,7 +17,7 @@ class Clublog extends CI_Controller {
|
||||||
ini_set('display_errors', 1);
|
ini_set('display_errors', 1);
|
||||||
ini_set('display_startup_errors', 1);
|
ini_set('display_startup_errors', 1);
|
||||||
error_reporting(E_ALL);
|
error_reporting(E_ALL);
|
||||||
|
|
||||||
$this->load->helper('file');
|
$this->load->helper('file');
|
||||||
|
|
||||||
$this->load->model('logbook_model');
|
$this->load->model('logbook_model');
|
||||||
|
|
@ -80,7 +80,9 @@ class Clublog extends CI_Controller {
|
||||||
$this->clublog_model->mark_qsos_sent();
|
$this->clublog_model->mark_qsos_sent();
|
||||||
|
|
||||||
echo "QSOs uploaded and Logbook QSOs marked as sent to Clublog";
|
echo "QSOs uploaded and Logbook QSOs marked as sent to Clublog";
|
||||||
}
|
} else {
|
||||||
|
echo "some other issue";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
echo "Nothing awaiting upload to clublog";
|
echo "Nothing awaiting upload to clublog";
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用