Cosmetics

This commit is contained in:
int2001
2024-12-31 17:28:14 +00:00
parent 0d71f93e60
commit 5409c5502c
2 changed files with 1 additions and 2 deletions

View File

@@ -579,7 +579,6 @@ class Lotw extends CI_Controller {
$dxcc = "";
}
$lotw_status = $this->logbook_model->lotw_update($time_on, $record['call'], $record['band'], $qsl_date, $record['qsl_rcvd'], $state, $qsl_gridsquare, $qsl_vucc_grids, $iota, $cnty, $cqz, $ituz, $record['station_callsign'],$qso_id4lotw, $station_ids, $dxcc, $ant_path);
$table .= "<tr>";

View File

@@ -3650,7 +3650,7 @@ class Logbook_model extends CI_Model {
$data['COL_CQZ'] = $cqz;
}
if ($dxcc != "") {
if (($dxcc ?? '') != '') {
$data['COL_DXCC'] = $dxcc;
}