Initialize the right variable

This commit is contained in:
Alexander van Gessel 2012-01-18 13:56:37 +01:00
parent 2a489117fb
commit cee13dc329

View File

@ -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;