mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Prepare for adding VUCC_GRIDS
This commit is contained in:
@@ -774,11 +774,8 @@ class API extends CI_Controller {
|
||||
}
|
||||
$this->load->model('logbook_model');
|
||||
|
||||
$query = $this->api_model->get_grids_worked_in_logbook($logbooks_locations_array, $band, $cnfm);
|
||||
$arr = $this->api_model->get_grids_worked_in_logbook($logbooks_locations_array, $band, $cnfm);
|
||||
http_response_code(201);
|
||||
foreach($query->result() as $line) {
|
||||
$arr[] = $line->gridsquare;
|
||||
}
|
||||
echo json_encode($arr);
|
||||
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user