mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Code cleaning
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user