Add Event Max Year is 2010 Trying to add a future event would only let me add up to 2010.
for ($x=2005; $x<2011; $x++) $yearops .= ' '. $x .' ';
Sorry, you don't have permission to post posts. Log in, or register if you haven't yet.
Comments on Add Event Max Year is 2010
Member
Usergroup: Customer
Joined: Oct 13, 2007
Total Topics: 4
Total Comments: 12
I don't have ver 6 so don't know if this has been corrected. By changing the following I was able to add a 2011 event. I changed 2011 to 2020. Around line 330 of calendar.php
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Fixed to allow up to the current year (as determined by system time) plus one year.