From 4a7df7b692561bc7d7cd8da9580166fe079daba1 Mon Sep 17 00:00:00 2001 From: falkTX Date: Sun, 27 Aug 2017 12:39:20 +0100 Subject: [PATCH] Try to fix globals --- DonationsStats.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DonationsStats.php b/DonationsStats.php index 474af45..30d32b3 100755 --- a/DonationsStats.php +++ b/DonationsStats.php @@ -80,7 +80,7 @@ echo '';

This page contain statistics regarding donations made to the KXStudio project over time.
- So far the KXStudio project has received € in donations.
+ So far the KXStudio project has received € in donations.
The biggest donation ever made was on , with a value of €.
Thank you very much for your generosity!

@@ -97,7 +97,7 @@ echo ''; = "2012"; $year -= 1) { +for ($year = strftime("%Y"); $year >= "2013"; $year -= 1) { print_donation_year($year); }