Code cleaning

This commit is contained in:
phl0
2025-12-27 22:30:28 +01:00
parent 1066c6a1fa
commit ed3e57f577

View File

@@ -6161,9 +6161,7 @@ class Logbook_model extends CI_Model {
'COL_LOTW_QSL_SENT' => 'Y',
);
$this->db->where('COL_PRIMARY_KEY', $qso_id);
$this->db->update($this->config->item('table_name'), $data);
return "Updated";