Update Clublog.php

pull/302/head
Peter Goodhall 2019-06-19 17:43:35 +01:00
rodzic 4eb7ea834d
commit 08735b116f
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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