29.12.2015, 20:22
Because i did not want to take a look at the complete function and also i dont want to get a deeper look into it, here's a solution:
1) Open the Include File
2) Look for variable "MonthTimes" (should be line 16)
3) increase the first array dimension from 12 to 13
4) copy duplicate the last line so the end would look like this:
Now it should work. Its not the perfect solution but a temporary fix.
Excuse my grammar - Best regards from germany
1) Open the Include File
2) Look for variable "MonthTimes" (should be line 16)
3) increase the first array dimension from 12 to 13
4) copy duplicate the last line so the end would look like this:
Код:
{ 31, 31, 2678400, 2678400 }, { 31, 31, 2678400, 2678400 } };
Excuse my grammar - Best regards from germany