@ -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'));
@ -21,7 +21,7 @@
<tbody>
<?php foreach ($subgroepen as $subgroep) {?>
<tr>
<td><?php echo $subgroep['themanaam']; ?></td>
<td><?php echo '('.$subgroep['nummer'].') '.$subgroep['themanaam']; ?></td>
<?php foreach ($vragen as $vraag) { ?>
<td>