mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
RDA support for ADIF export
This commit is contained in:
@@ -205,6 +205,13 @@ class AdifHelper {
|
||||
$county = '';
|
||||
}
|
||||
|
||||
if ($qso->station_cnty && ( $qso->station_dxcc == '54' || $qso->station_dxcc == '15') && $county == '') {
|
||||
$county = trim($qso->station_cnty);
|
||||
} else {
|
||||
$county = '';
|
||||
}
|
||||
|
||||
|
||||
$line .= $this->getAdifFieldLine("MY_CNTY", $county);
|
||||
|
||||
$stationsSig = $qso->station_sig;
|
||||
|
||||
Reference in New Issue
Block a user