mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Failsafeness
This commit is contained in:
@@ -5737,7 +5737,7 @@ class Logbook_model extends CI_Model {
|
||||
$dcl_recvd='';
|
||||
$dcl_qsl_status = '';
|
||||
// Ref https://confluence.darc.de/pages/viewpage.action?pageId=21037270 for meaning of cmnoiwx
|
||||
switch ($record['app_dcl_status']) {
|
||||
switch ($record['app_dcl_status'] ?? '') {
|
||||
case 'c':
|
||||
$dcl_qsl_status = __("confirmed by LoTW/Clublog/eQSL/Contest");
|
||||
$dcl_recvd='Y';
|
||||
|
||||
Reference in New Issue
Block a user