Quote:
Originally Posted by Nano_
When i create a new tournament, i receive this error:
Fatal error: Call to undefined function cal_days_in_month() in /www/htdocs/egbr/forum/tournaments.php on line 1018
|
Get your host to enable function cal_days_in_month() or in tournaments.php remove following line(s):
line 903:
PHP Code:
$days = cal_days_in_month(CAL_GREGORIAN, $month, $year);
line 1018:
PHP Code:
$days = cal_days_in_month(CAL_GREGORIAN, $month, $year);