mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-27 01:24:16 +00:00
Exclude NONE DXCC for cfd exports
This commit is contained in:
@@ -53,6 +53,9 @@ Entity \ MHz: ALL 1.8 3.5 7 10 14 18
|
||||
}
|
||||
$dxccs=$this->dxcc->list_current('prefix');
|
||||
foreach ($dxccs->result() as $dxcc) { // Loop through ALL active entities
|
||||
if ($dxcc->adif == 0) {
|
||||
continue;
|
||||
}
|
||||
$vals=$dxcc_list[$dxcc->prefix] ?? []; // Set current Entity
|
||||
$output .= str_pad($dxcc->prefix,6," ")." ".str_pad(substr($dxcc->name,0,30),30,".")." ";
|
||||
$allm=0;
|
||||
|
||||
Reference in New Issue
Block a user