mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
always update from database
This commit is contained in:
@@ -543,10 +543,7 @@ class Logbookadvanced_model extends CI_Model {
|
||||
$updatedData['COL_ITUZ'] = $callbook['ituz'];
|
||||
$updated = true;
|
||||
}
|
||||
if (!empty($callbook['continent']) && empty($qso['COL_CONT'])) {
|
||||
$updatedData['COL_CONT'] = $callbook['continent'];
|
||||
$updated = true;
|
||||
} else if (empty($qso['COL_CONT'])) {
|
||||
if (empty($qso['COL_CONT'])) {
|
||||
$updatedData['COL_CONT'] = $this->logbook_model->getContinent($callbook['dxcc']);
|
||||
$updated = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user