Update Clublog.php
这个提交包含在:
父节点
4eb7ea834d
当前提交
08735b116f
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -85,7 +85,7 @@ class Clublog extends CI_Controller {
|
||||||
|
|
||||||
$results = strval($request);
|
$results = strval($request);
|
||||||
|
|
||||||
$check = strpos($request, 'accepted');
|
$check = strpos($results, 'accepted');
|
||||||
|
|
||||||
// If Clublog Accepts mark the QSOs
|
// If Clublog Accepts mark the QSOs
|
||||||
if ($check !== false) {
|
if ($check !== false) {
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用