[lotw] Add Station_Callsign of the QSO match to the table

pull/616/head
Peter Goodhall 2020-09-06 16:37:03 +01:00
rodzic cc8a0ae9ab
commit 6f3ecdd305
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -427,6 +427,7 @@ class Lotw extends CI_Controller {
$tableheaders = "<table width=\"100%\">";
$tableheaders .= "<tr class=\"titles\">";
$tableheaders .= "<td>Station Callsign</td>";
$tableheaders .= "<td>QSO Date</td>";
$tableheaders .= "<td>Call</td>";
$tableheaders .= "<td>Mode</td>";
@ -485,6 +486,7 @@ class Lotw extends CI_Controller {
$table .= "<tr>";
$table .= "<td>".$record['station_callsign']."</td>";
$table .= "<td>".$time_on."</td>";
$table .= "<td>".$record['call']."</td>";
$table .= "<td>".$record['mode']."</td>";