Merge pull request #21 from int2001/catch_freshinstall_bugs

Declare band and mode-array (if no qso is there)
This commit is contained in:
Joerg (DJ7NT)
2024-01-24 10:28:02 +01:00
committed by GitHub

View File

@@ -130,6 +130,9 @@
$bandunique = $this->getUniqueCallsignsBands();
$modeunique = $this->getUniqueCallsignsModes();
$modecalls=[];
$bandcalls=[];
// Generating the band/mode table
foreach ($bands as $band) {