Update Clublog.php

This commit is contained in:
Peter Goodhall
2019-06-19 17:42:20 +01:00
parent 0e8f47255a
commit 4eb7ea834d

View File

@@ -85,7 +85,7 @@ class Clublog extends CI_Controller {
$results = strval($request);
$check = strpos($results, 'accepted');
$check = strpos($request, 'accepted');
// If Clublog Accepts mark the QSOs
if ($check !== false) {