Update Clublog.php

pull/302/head
Peter Goodhall 2019-06-19 16:34:26 +01:00
rodzic f3b00d4cbb
commit 9581049f63
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -68,6 +68,8 @@ class Clublog extends CI_Controller {
// close the session
curl_close($request);
print_r($results);
// If Clublog Accepts mark the QSOs
if (strpos($results, 'accepted') !== false) {
$this->clublog_model->mark_qsos_sent();