mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Added a function to assign all QSOs to station profile number 1 and added table field into station profile for eqsl nickname
This commit is contained in:
@@ -78,6 +78,13 @@ class Station extends CI_Controller {
|
||||
redirect('station');
|
||||
}
|
||||
|
||||
function assign_all() {
|
||||
$this->load->model('Logbook_model');
|
||||
$this->Logbook_model->update_all_station_ids();
|
||||
|
||||
redirect('station');
|
||||
}
|
||||
|
||||
public function delete($id) {
|
||||
$this->load->model('stations');
|
||||
$this->stations->delete($id);
|
||||
|
||||
Reference in New Issue
Block a user