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
9581049f63
commit
c8a3c8f302
1 changed files with 2 additions and 7 deletions
|
|
@ -63,19 +63,14 @@ class Clublog extends CI_Controller {
|
|||
curl_setopt($request, CURLOPT_RETURNTRANSFER, true);
|
||||
echo curl_exec($request);
|
||||
|
||||
$results = $request;
|
||||
|
||||
// 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();
|
||||
$this->clublog_model->mark_qsos_sent();
|
||||
|
||||
echo "QSOs uploaded and Logbook QSOs marked as sent to Clublog";
|
||||
}
|
||||
echo "QSOs uploaded and Logbook QSOs marked as sent to Clublog";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue