|
|
|
@ -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 } ?> |
|
|
|
|