Fix typo in COL_AWARD_SUMMITED column

This commit is contained in:
Ondřej Nový
2023-12-15 12:12:23 +01:00
parent 065c2f96f9
commit d388e6dc4b
4 changed files with 33 additions and 3 deletions

View File

@@ -3472,7 +3472,7 @@ function lotw_last_qsl_date($user_id) {
'COL_ANT_PATH' => $input_ant_path,
'COL_ARRL_SECT' => (!empty($record['arrl_sect'])) ? $record['arrl_sect'] : '',
'COL_AWARD_GRANTED' => (!empty($record['award_granted'])) ? $record['award_granted'] : '',
'COL_AWARD_SUMMITED' => (!empty($record['award_submitted'])) ? $record['award_submitted'] : '',
'COL_AWARD_SUBMITTED' => (!empty($record['award_submitted'])) ? $record['award_submitted'] : '',
'COL_BAND' => $band,
'COL_BAND_RX' => $band_rx,
'COL_BIOGRAPHY' => (!empty($record['biography'])) ? $record['biography'] : '',