diff --git a/application/models/Dxcc.php b/application/models/Dxcc.php index 2ec29e6da..8520d63dd 100644 --- a/application/models/Dxcc.php +++ b/application/models/Dxcc.php @@ -124,7 +124,9 @@ class DXCC extends CI_Model { $summary['confirmed'][$dxcc->col_band]++; } } else { - $dxccMatrix[$dxcc->dxcc][$dxcc->col_band] = '
'; + if ($postdata['worked'] != NULL) { + $dxccMatrix[$dxcc->dxcc][$dxcc->col_band] = ''; + } } // Track worked DXCCs for summary @@ -181,7 +183,9 @@ class DXCC extends CI_Model { $summary['confirmed'][$dxcc->col_band]++; } } else { - $dxccMatrix[$dxccKey][$dxcc->col_band] = ''; + if ($postdata['worked'] != NULL) { + $dxccMatrix[$dxccKey][$dxcc->col_band] = ''; + } } // Track worked DXCCs for summary