mirror of
https://github.com/magicbug/Cloudlog
synced 2026-08-13 17:49:35 -04:00
[LOTW] Missed another Freq_rx
This commit is contained in:
parent
14ff6fff1b
commit
fe798d0484
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue