The Mod seems to have problems with the year 2012.. so you can't choose it. Does anyone know, where to change that? Its not in the options in AdminCP.
EDIT: To be more detailed... if you edit or create a tournament, the tournament time has only 2005-2011 as option, so 2012 isn't possible. Have found it in the templates now:
tmnt_new & tmnt_edit in the AdminCP. You need to add the upcoming years then to have the possibility to choose them.
I've added this in those templates then:
PHP Code:
<option title="year" value="2012">2012</option> <option title="year" value="2013">2013</option> <option title="year" value="2014">2014</option> <option title="year" value="2015">2015</option>