Update Lotw.php

This commit is contained in:
Peter Goodhall
2023-07-08 14:30:11 +01:00
parent 7b88764d8b
commit f070964f3b

View File

@@ -572,7 +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 .= "<td>".$station_id."</td>";
$table .= "</tr>";
}