mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-27 01:24:16 +00:00
[Contesting] Added selection for copying received exchange over to DOK field in the database.
This commit is contained in:
@@ -22,7 +22,6 @@ class Contesting extends CI_Controller {
|
||||
$this->load->model('contesting_model');
|
||||
|
||||
$data['my_gridsquare'] = $this->stations->find_gridsquare();
|
||||
$data['my_dok'] = ""; // For now, this is set to blank, but need function to get
|
||||
$data['radios'] = $this->cat->radios();
|
||||
$data['modes'] = $this->modes->active();
|
||||
$data['contestnames'] = $this->contesting_model->getActivecontests();
|
||||
|
||||
Reference in New Issue
Block a user