From 6f3ecdd3056f81d5ea21f6b436184b585dda4951 Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Sun, 6 Sep 2020 16:37:03 +0100 Subject: [PATCH] [lotw] Add Station_Callsign of the QSO match to the table --- application/controllers/Lotw.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/application/controllers/Lotw.php b/application/controllers/Lotw.php index 244b080f..67e81211 100644 --- a/application/controllers/Lotw.php +++ b/application/controllers/Lotw.php @@ -427,6 +427,7 @@ class Lotw extends CI_Controller { $tableheaders = ""; $tableheaders .= ""; + $tableheaders .= ""; $tableheaders .= ""; $tableheaders .= ""; $tableheaders .= ""; @@ -485,6 +486,7 @@ class Lotw extends CI_Controller { $table .= ""; + $table .= ""; $table .= ""; $table .= ""; $table .= "";
Station CallsignQSO DateCallMode
".$record['station_callsign']."".$time_on."".$record['call']."".$record['mode']."