Browse Source

Afronden op 0 cijfers bij de beoordeling.

master
Rogier Neeleman 8 years ago
parent
commit
6f52e940d7
  1. 4
      application/views/uitslag_ranking.php

4
application/views/uitslag_ranking.php

@ -26,9 +26,9 @@ @@ -26,9 +26,9 @@
} else {
$score = 0;
}
echo "<th>".round($score, 2)."</th>";
echo "<th>".round($score, 0)."</th>";
}
echo "<th>".round($uitslag[$subgroep['id']]['total'], 2)."</th>";
echo "<th>".round($uitslag[$subgroep['id']]['total'], 0)."</th>";
?>
</tr>
<?php } ?>

Loading…
Cancel
Save