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 .= ""; }