[LOTW] Missed another Freq_rx

This commit is contained in:
Peter Goodhall 2024-08-13 15:44:00 +01:00 committed by GitHub
commit f831fff6a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -129,7 +129,7 @@ if($freq_in_mhz) {
$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);
}