Update Clublog.php
这个提交包含在:
父节点
2b22b0139a
当前提交
ec9a3cc10b
共有 1 个文件被更改,包括 3 次插入 和 3 次删除
|
|
@ -189,12 +189,12 @@ class Clublog extends CI_Controller {
|
||||||
|
|
||||||
// If Clublog Accepts mark the QSOs
|
// If Clublog Accepts mark the QSOs
|
||||||
if (preg_match('/\bOK\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<br>";
|
||||||
|
|
||||||
$this->clublog_model->mark_qso_sent($qso->COL_PRIMARY_KEY);
|
$this->clublog_model->mark_qso_sent($qso->COL_PRIMARY_KEY);
|
||||||
echo "Clublog upload for ".$station_row->station_callsign;
|
echo "Clublog upload for ".$station_row->station_callsign."<br>";
|
||||||
} else {
|
} else {
|
||||||
echo "Error ".$response;
|
echo "Error ".$response."<br>";
|
||||||
}
|
}
|
||||||
curl_close ($request);
|
curl_close ($request);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用