mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-21 15:56:30 +00:00
[LOTW] Missed another Freq_rx
This commit is contained in:
parent
14ff6fff1b
commit
fe798d0484
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user