mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Added possibility to mark QSOs as exported to LoTW.
This commit is contained in:
@@ -97,7 +97,7 @@ class adif_data extends CI_Model {
|
||||
'COL_LOTW_QSL_SENT' => 'Y'
|
||||
);
|
||||
|
||||
$this->db->set('COL_LOTW_QSLSDATE', 'CURDATE()', FALSE);
|
||||
$this->db->set('COL_LOTW_QSLSDATE', 'now()', FALSE);
|
||||
$this->db->where('COL_PRIMARY_KEY', $id);
|
||||
$this->db->update($this->config->item('table_name'), $data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user