Update Clublog.php

这个提交包含在:
Peter Goodhall 2019-06-19 17:43:35 +01:00
父节点 4eb7ea834d
当前提交 08735b116f

查看文件

@ -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) {