diff --git a/application/models/Edit_model.php b/application/models/Edit_model.php index bd67be9..8178fea 100644 --- a/application/models/Edit_model.php +++ b/application/models/Edit_model.php @@ -52,7 +52,7 @@ class Edit_model extends CI_Model public function get_subgroepen() { - $this->db->select('id, naam, themanaam'); + $this->db->select('id, naam, themanaam, nummer'); $this->db->from('subgroep'); $this->db->where('subgroep.regioid', $this->session->regio); $this->db->where('subgroep.jaar', date('Y')); diff --git a/application/views/edit_score.php b/application/views/edit_score.php index 5fae83e..75b1c3b 100644 --- a/application/views/edit_score.php +++ b/application/views/edit_score.php @@ -21,7 +21,7 @@ - +