mirror of
https://github.com/magicbug/Cloudlog
synced 2026-08-13 17:49:35 -04:00
Update Clublog.php
This commit is contained in:
parent
0e8f47255a
commit
4eb7ea834d
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue