From 2b729881c6f42c77f8f55829beb7c2327c43abac Mon Sep 17 00:00:00 2001 From: int2001 Date: Thu, 22 Jan 2026 08:02:41 +0000 Subject: [PATCH] Fix QRZ-RT in stationlist --- application/views/stationsetup/locationlist.php | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/application/views/stationsetup/locationlist.php b/application/views/stationsetup/locationlist.php index 5a90886bc..5fd401f3f 100644 --- a/application/views/stationsetup/locationlist.php +++ b/application/views/stationsetup/locationlist.php @@ -26,7 +26,7 @@ SIG Info eQSL Nickname eQSL default QSLmsg - QRZ realtime upload + QRZ upload OQRS enabled OQRS Text OQRS Email alert @@ -40,7 +40,16 @@ - + qrzrealtime ?? -1); + if ($qrzr == -1) { + $qrzr=__("No"); + } else if ($qrzr == 0) { + $qrzr=__("Yes"); + } else { + $qrzr=__("Realtime"); + } + ?> station_id; ?> station_active ? 'Yes' : 'No' ?> @@ -71,7 +80,7 @@ station_sig_info; ?> eqslqthnickname; ?> eqsl_default_qslmsg; ?> - qrzrealtime ? 'Yes' : 'No'; ?> + oqrs ? 'Yes' : 'No'; ?> oqrs_text; ?> oqrs_email ? 'Yes' : 'No' ?>