mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Remove redundant function to mark LoTW sent
This commit is contained in:
@@ -298,16 +298,6 @@ class adif_data extends CI_Model {
|
||||
return $this->db->get();
|
||||
}
|
||||
|
||||
function mark_lotw_sent($id) {
|
||||
$data = array(
|
||||
'COL_LOTW_QSL_SENT' => 'Y'
|
||||
);
|
||||
|
||||
$this->db->set('COL_LOTW_QSLSDATE', 'now()', FALSE);
|
||||
$this->db->where('COL_PRIMARY_KEY', $id);
|
||||
$this->db->update($this->config->item('table_name'), $data);
|
||||
}
|
||||
|
||||
function sig_all($type) {
|
||||
$CI =& get_instance();
|
||||
$CI->load->model('logbooks_model');
|
||||
|
||||
Reference in New Issue
Block a user