Update Clublog.php
这个提交包含在:
父节点
34e0f94b66
当前提交
2b22b0139a
共有 1 个文件被更改,包括 1 次插入 和 5 次删除
|
|
@ -187,12 +187,8 @@ class Clublog extends CI_Controller {
|
||||||
$response = curl_exec($request);
|
$response = curl_exec($request);
|
||||||
$info = curl_getinfo($request);
|
$info = curl_getinfo($request);
|
||||||
|
|
||||||
if(curl_errno($request)) {
|
|
||||||
echo curl_error($request);
|
|
||||||
}
|
|
||||||
|
|
||||||
// If Clublog Accepts mark the QSOs
|
// If Clublog Accepts mark the QSOs
|
||||||
if (preg_match('/\baccepted\b/', $response)) {
|
if (preg_match('/\bOK\b/', $response)) {
|
||||||
echo "QSOs uploaded and Logbook QSOs marked as sent to Clublog";
|
echo "QSOs uploaded and Logbook QSOs marked as sent to Clublog";
|
||||||
|
|
||||||
$this->clublog_model->mark_qso_sent($qso->COL_PRIMARY_KEY);
|
$this->clublog_model->mark_qso_sent($qso->COL_PRIMARY_KEY);
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用