Taylor
02-16-2006, 04:56 PM
After upgrading from 3.5.2 to 3.5.3 found this error in calendar print call function.
If your runnig 3.5.3 on line 1861 of calendar.php there is a typo.
edit from:
print_no_permision();
to:
print_no_permission();
that will fix print error if using calendars in your forum;)
If your runnig 3.5.3 on line 1861 of calendar.php there is a typo.
edit from:
print_no_permision();
to:
print_no_permission();
that will fix print error if using calendars in your forum;)

