mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Add function for Gridsquare Update
This commit is contained in:
@@ -224,6 +224,11 @@ class Update extends CI_Controller {
|
||||
$this->logbook_model->check_missing_dxcc_id($all);
|
||||
|
||||
}
|
||||
|
||||
public function check_missing_grid($all = false){
|
||||
$this->load->model('logbook_model');
|
||||
$this->logbook_model->check_missing_grid_id($all);
|
||||
}
|
||||
|
||||
public function update_clublog_scp() {
|
||||
$strFile = "./updates/clublog_scp.txt";
|
||||
|
||||
Reference in New Issue
Block a user