mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-27 01:24:16 +00:00
A bit more Failsafe on some fields
This commit is contained in:
@@ -4021,9 +4021,9 @@ function lotw_last_qsl_date($user_id) {
|
||||
'COL_CONT' => (!empty($record['cont'])) ? $record['cont'] : '',
|
||||
'COL_CONTACTED_OP' => (!empty($record['contacted_op'])) ? $record['contacted_op'] : '',
|
||||
'COL_CONTEST_ID' => (!empty($record['contest_id'])) ? $record['contest_id'] : '',
|
||||
'COL_COUNTRY' => $country,
|
||||
'COL_COUNTRY' => $country ?? '',
|
||||
'COL_COUNTRY_INTL' => (!empty($record['country_intl'])) ? $record['country_intl'] : '',
|
||||
'COL_CQZ' => $cq_zone,
|
||||
'COL_CQZ' => $cq_zone ?? '',
|
||||
'COL_CREDIT_GRANTED' => (!empty($record['credit_granted'])) ? $record['credit_granted'] : '',
|
||||
'COL_CREDIT_SUBMITTED' => (!empty($record['credit_submitted'])) ? $record['credit_submitted'] : '',
|
||||
'COL_DARC_DOK' => (!empty($record['darc_dok'])) ? strtoupper($record['darc_dok']) : '',
|
||||
|
||||
Reference in New Issue
Block a user