[LoTW] Bugfix for sync when not COL_LOTW_QSLRDATE is set

这个提交包含在:
Andreas 2021-12-05 08:28:59 +01:00
父节点 eb5f16259a
当前提交 24db70fba0

查看文件

@ -1480,8 +1480,12 @@ class Logbook_model extends CI_Model {
$query = $this->db->get($this->config->item('table_name'));
$row = $query->row();
return $row->COL_LOTW_QSLRDATE;
}
if (isset($row)) {
return $row->COL_LOTW_QSLRDATE;
}
return '1900-01-01 00:00:00.000';
}
//////////////////////////////
// Update a QSO with eQSL QSL info