mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Update Lotw.php
This commit is contained in:
@@ -475,6 +475,7 @@ class Lotw extends CI_Controller {
|
||||
$tableheaders .= "<td>IOTA</td>";
|
||||
$tableheaders .= "<td>Log Status</td>";
|
||||
$tableheaders .= "<td>LoTW Status</td>";
|
||||
$tableheaders .= "<td>Station ID</td>";
|
||||
$tableheaders .= "</tr>";
|
||||
|
||||
$table = "";
|
||||
@@ -571,6 +572,7 @@ class Lotw extends CI_Controller {
|
||||
$table .= "<td>".$iota."</td>";
|
||||
$table .= "<td>QSO Record: ".$status[0]."</td>";
|
||||
$table .= "<td>LoTW Record: ".$lotw_status."</td>";
|
||||
$table .= "<td>".$station_id."</td>
|
||||
$table .= "</tr>";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user