mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-23 10:08:38 +00:00
[lotw] Add Station_Callsign of the QSO match to the table
This commit is contained in:
parent
cc8a0ae9ab
commit
6f3ecdd305
@ -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>";
|
||||
|
Loading…
Reference in New Issue
Block a user