[LoTW][Sync] Small bug in the update code

pull/784/head
Peter Goodhall 2020-12-28 13:45:06 +00:00
rodzic 7abb6013fd
commit 5c22ead586
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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);
}