Kirby
01-10-2007, 01:42 PM
require_once('./includes/functions_calendar.php');
should be changed to
require_once(DIR . '/includes/functions_calendar.php');
otherwise the includefile might not be found.
should be changed to
require_once(DIR . '/includes/functions_calendar.php');
otherwise the includefile might not be found.