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