Declare band and mode-array (if no qso is there)

This commit is contained in:
int2001
2024-01-24 09:22:38 +00:00
parent d1b438da66
commit a405387eac

View File

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