From 47e7968e1400cb68a070cb118a898fa08c94998b Mon Sep 17 00:00:00 2001 From: Chad Little Date: Tue, 5 Oct 2004 22:32:15 +0000 Subject: Moved calendarpath back in init. --- functions/init.inc.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'functions') diff --git a/functions/init.inc.php b/functions/init.inc.php index e22db72..d5843ed 100644 --- a/functions/init.inc.php +++ b/functions/init.inc.php @@ -70,9 +70,8 @@ if (ini_get('max_execution_time') < 60) { } if ($calendar_path == '') { - $calendar_path = 'calendars'; + $calendar_path = BASE.'calendars'; } -$calendar_path = BASE.$calendar_path; $is_webcal = FALSE; if (isset($_GET['cal']) && $_GET['cal'] != '') { -- cgit v1.2.3