Quote:
Originally Posted by EBZ2010
So not that it is a big issue I have edited the product xml to include years up to 2020. I uploaded to server, and overwrote existing file. I get the years up to 2020 when I got to edit or create a tournament, but when editing or creating a league or ladder it will not show any higher than 2015. This is what I could use some assistance on if anyone knows the work around, thank you.
|
Edit ladders.php, lines 2506, 2795
PHP Code:
for ($gyear = 2005; $gyear <= 2015; $gyear++)
to
PHP Code:
for ($gyear = 2005; $gyear <= 2020; $gyear++)