From 44ac24d394d15941416b0fcc33fe471d7d19c64c Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Mon, 3 Feb 2014 21:43:32 +0100 Subject: tu_details.php: Fix unknown result check Quorum is a decimal field, so checking "!$quorum" does not work. Use the number of active TUs instead which is how we already check whether participation information is available in other places. Signed-off-by: Lukas Fleischer --- web/template/tu_details.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/template') diff --git a/web/template/tu_details.php b/web/template/tu_details.php index c546eb7..5fe66c0 100644 --- a/web/template/tu_details.php +++ b/web/template/tu_details.php @@ -46,7 +46,7 @@ if ($yes > $active_tus / 2) {
: - + -- cgit v1.2.3-54-g00ecf