Catch years without any SAT-Things (tnx Andreas)

This commit is contained in:
int2001
2024-12-02 11:21:15 +00:00
parent 969ef9b8b9
commit dbe9f62d26

View File

@@ -114,8 +114,8 @@
}
$result['qsoView'] = $qsoView;
$result['satunique'] = $satcalls;
$result['modeunique'] = $modecalls;
$result['satunique'] = $satcalls ?? '';
$result['modeunique'] = $modecalls ?? '';
$result['total'] = $this->getUniqueSatCallsignsTotal($yr);
return $result;