From be26054f9ce2603a5713daa765faa9a0656708ac Mon Sep 17 00:00:00 2001 From: kc9uhi Date: Fri, 20 Feb 2026 21:02:58 -0700 Subject: [PATCH] display 3 states of hrdlogrealtime --- application/views/stationsetup/locationlist.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/application/views/stationsetup/locationlist.php b/application/views/stationsetup/locationlist.php index 5fd401f3f..f0a284fdc 100644 --- a/application/views/stationsetup/locationlist.php +++ b/application/views/stationsetup/locationlist.php @@ -49,6 +49,14 @@ } else { $qrzr=__("Realtime"); } + $hrdr=($loc->hrdlogrealtime ?? -1); + if ($hrdr == -1) { + $hrdr=__("Disabled"); + } else if ($hrdr == 0) { + $hrdr=__("No"); + } else { + $hrdr=__("Yes"); + } ?> station_id; ?> @@ -87,7 +95,7 @@ webadifrealtime ? 'Yes' : 'No' ?> clublogrealtime ? 'Yes' : 'No' ?> clublogignore ? 'Yes' : 'No' ?> - hrdlogrealtime ? 'Yes' : 'No' ?> + hrdlog_username; ?> creation_date; ?> last_modified; ?>