mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
CQ and ITU zone fixes
This commit is contained in:
@@ -897,6 +897,10 @@ class Logbookadvanced_model extends CI_Model {
|
||||
$updatedData['COL_ITUZ'] = $callbook['ituz'];
|
||||
$updated = true;
|
||||
}
|
||||
if (!empty($callbook['cqz']) && empty($qso['COL_CQZ'])) {
|
||||
$updatedData['COL_CQZ'] = $callbook['cqz'];
|
||||
$updated = true;
|
||||
}
|
||||
if (empty($qso['COL_CONT'])) {
|
||||
$updatedData['COL_CONT'] = $this->logbook_model->getContinent($callbook['dxcc']);
|
||||
$updated = true;
|
||||
|
||||
Reference in New Issue
Block a user