Skip to content

Commit

Permalink
[LOTW] Missed another Freq_rx
Browse files Browse the repository at this point in the history
  • Loading branch information
magicbug committed Aug 13, 2024
1 parent 14ff6ff commit fe798d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/lotw_views/adif_views/adif_export.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
$sign_string .= strtoupper($freq_in_mhz);
}

if($qso->COL_FREQ_RX != "" || $qso->COL_FREQ_RX != "0") {
if($qso->COL_FREQ_RX != "" && $qso->COL_FREQ_RX != "0") {
$sign_string .= strtoupper($freq_in_mhz_rx);
}

Expand Down

0 comments on commit fe798d0

Please sign in to comment.