kopia lustrzana https://github.com/magicbug/Cloudlog
[eQSL] Fixed a missing bracket
rodzic
2b68c7820f
commit
be4614773d
|
@ -598,12 +598,12 @@ class eqsl extends CI_Controller {
|
|||
echo 'Result from eQSL download:<br /><br />';
|
||||
foreach ($eqsl_results as $result) {
|
||||
foreach ($result as $r) {
|
||||
echo $r->name . '<br />';
|
||||
echo $r->adif_file . '<br />';
|
||||
echo $r->qsos . '<br />';
|
||||
echo $r->status . '<br /><br />';
|
||||
echo $r->name . '<br />';
|
||||
echo $r->adif_file . '<br />';
|
||||
echo $r->qsos . '<br />';
|
||||
echo $r->status . '<br /><br />';
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
function uploadUser($userid, $username, $password) {
|
||||
|
|
Ładowanie…
Reference in New Issue