mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Fix some minor eQSL-Issues where values aren't set
This commit is contained in:
@@ -156,7 +156,7 @@ class EqslImporter
|
||||
// If there's a match for the QSO from the report in our log, it's confirmed via eQSL.
|
||||
|
||||
// If we have a positive match from eQSL, record it in the DB according to the user's preferences
|
||||
if ($record['qsl_sent'] == "Y") {
|
||||
if ( (array_key_exists('qsl_sent',$record)) && ($record['qsl_sent'] == "Y")) {
|
||||
$record['qsl_sent'] = $config['eqsl_rcvd_mark'];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user