From 7b88764d8b0ca3750831bb480ff5636c6d57059d Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Sat, 8 Jul 2023 14:28:33 +0100 Subject: [PATCH] Update Lotw.php --- application/controllers/Lotw.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/application/controllers/Lotw.php b/application/controllers/Lotw.php index 30bfb896..e71bf689 100644 --- a/application/controllers/Lotw.php +++ b/application/controllers/Lotw.php @@ -475,6 +475,7 @@ class Lotw extends CI_Controller { $tableheaders .= "IOTA"; $tableheaders .= "Log Status"; $tableheaders .= "LoTW Status"; + $tableheaders .= "Station ID"; $tableheaders .= ""; $table = ""; @@ -571,6 +572,7 @@ class Lotw extends CI_Controller { $table .= "".$iota.""; $table .= "QSO Record: ".$status[0].""; $table .= "LoTW Record: ".$lotw_status.""; + $table .= "".$station_id." $table .= ""; }