From 91905809574c81d257bd713c48e40c7a7d37f1f2 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 13 Oct 2021 13:50:45 +0200 Subject: [PATCH] Revert "Sum up stats that nonmakina added" This reverts commit 60755e239673848106276a4706f46e20ef550b25. --- templates/themes/categories/theme.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/templates/themes/categories/theme.php b/templates/themes/categories/theme.php index 58c7d626..86bfa023 100644 --- a/templates/themes/categories/theme.php +++ b/templates/themes/categories/theme.php @@ -144,9 +144,6 @@ $stats['daily_ips'] = count($daily); $stats['weekly_ips'] = count($weekly); $stats['pph'] = array_sum(array_column($stats['boards'], 'pph')); - $stats['hourly_ips'] = array_sum(array_column($stats['boards'], 'hourly_ips')); - $stats['daily_ips'] = array_sum(array_column($stats['boards'], 'daily_ips')); - $stats['weekly_ips'] = array_sum(array_column($stats['boards'], 'weekly_ips')); return $stats; }