[eQSL] Fixed for loop

pull/2111/head
Andreas 2023-05-05 14:29:45 +02:00
rodzic c996f24ef1
commit 30c78ccbbf
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -570,7 +570,7 @@ class eqsl extends CI_Controller {
$qslsnotsent = $this->eqslmethods_model->eqsl_not_yet_sent($clean_userid);
foreach ($qslsnotsent as $qsl) {
foreach ($qslsnotsent->result_array() as $qsl) {
$data['user_eqsl_name'] = $qsl['station_callsign'];
$adif = $this->generateAdif($qsl, $data);