From 1bdfce48b3376cf0afa46af1cb27ab6dbcd69e31 Mon Sep 17 00:00:00 2001 From: Rogier Neeleman Date: Thu, 7 Apr 2016 18:22:40 +0200 Subject: [PATCH] Subgroepnummer bij overzicht. --- application/models/Edit_model.php | 2 +- application/views/edit_score.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 @@ - +