mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Update Clublog.php
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user