Update Clublog.php
这个提交包含在:
父节点
f3b00d4cbb
当前提交
9581049f63
共有 1 个文件被更改,包括 2 次插入 和 0 次删除
|
|
@ -68,6 +68,8 @@ class Clublog extends CI_Controller {
|
||||||
// close the session
|
// close the session
|
||||||
curl_close($request);
|
curl_close($request);
|
||||||
|
|
||||||
|
|
||||||
|
print_r($results);
|
||||||
// If Clublog Accepts mark the QSOs
|
// If Clublog Accepts mark the QSOs
|
||||||
if (strpos($results, 'accepted') !== false) {
|
if (strpos($results, 'accepted') !== false) {
|
||||||
$this->clublog_model->mark_qsos_sent();
|
$this->clublog_model->mark_qsos_sent();
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用