mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
fixed swith condition for DXCC 6
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user