fixed swith condition for DXCC 6

This commit is contained in:
cats-shadow
2024-06-14 12:09:33 +03:00
parent 7ca666a689
commit 76f43b6ee1

View File

@@ -203,7 +203,7 @@ class AdifHelper {
if ($qso->station_cnty) {
switch ($qso->station_dxcc) {
case '291':
case '006':
case '6':
case '110':
$county = trim($qso->state) . "," . trim($qso->station_cnty);
break;