From cee13dc329e5a6ed0c13484c1ae216006fffe844 Mon Sep 17 00:00:00 2001 From: Alexander van Gessel Date: Wed, 18 Jan 2012 13:56:37 +0100 Subject: [PATCH] Initialize the right variable --- website/gettext.wesnoth.org/index.lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/gettext.wesnoth.org/index.lang.php b/website/gettext.wesnoth.org/index.lang.php index 616c5489b4b..633e5bad2ff 100755 --- a/website/gettext.wesnoth.org/index.lang.php +++ b/website/gettext.wesnoth.org/index.lang.php @@ -181,7 +181,7 @@ $sumstat[2]=0; $sumstat[3]=0; $sumstat[5]=0; -$oldofficial = 0; //0 == official, 1 == not official +$official = 0; //0 == official, 1 == not official foreach($stats as $stat){ $oldofficial = $official;