From 6f52e940d7896bf36bdcbbc29b8c77a1b9aaec04 Mon Sep 17 00:00:00 2001 From: Rogier Neeleman Date: Tue, 5 Apr 2016 21:59:06 +0200 Subject: [PATCH] Afronden op 0 cijfers bij de beoordeling. --- application/views/uitslag_ranking.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/views/uitslag_ranking.php b/application/views/uitslag_ranking.php index b3c3452..21fbe2d 100644 --- a/application/views/uitslag_ranking.php +++ b/application/views/uitslag_ranking.php @@ -26,9 +26,9 @@ } else { $score = 0; } - echo "".round($score, 2).""; + echo "".round($score, 0).""; } - echo "".round($uitslag[$subgroep['id']]['total'], 2).""; + echo "".round($uitslag[$subgroep['id']]['total'], 0).""; ?>