mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
[LoTW][Sync] Small bug in the update code
This commit is contained in:
@@ -67,6 +67,7 @@ class LotwCert extends CI_Model {
|
||||
|
||||
$this->db->where('user_id', $user_id);
|
||||
$this->db->where('callsign', $callsign);
|
||||
$this->db->where('cert_dxcc', $dxcc);
|
||||
$this->db->update('lotw_certs', $data);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user