[Contesting] Added selection for copying received exchange over to DOK field in the database.

This commit is contained in:
Andreas
2021-10-16 16:03:54 +02:00
parent b63ebc02be
commit d44831d3f5
4 changed files with 23 additions and 37 deletions

View File

@@ -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();