Update of /cvsroot/phpicalendar/phpicalendar/functions
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31510/functions
Modified Files:
init.inc.php
Log Message:
Moved calendarpath back in init.
Index: init.inc.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/functions/init.inc.php,v
retrieving revision 1.69
retrieving revision 1.70
diff -C2 -d -r1.69 -r1.70
*** init.inc.php 2 Sep 2004 18:57:43 -0000 1.69
--- init.inc.php 5 Oct 2004 22:32:15 -0000 1.70
***************
*** 71,77 ****
if ($calendar_path == '') {
! $calendar_path = 'calendars';
}
- $calendar_path = BASE.$calendar_path;
$is_webcal = FALSE;
--- 71,76 ----
if ($calendar_path == '') {
! $calendar_path = BASE.'calendars';
}
$is_webcal = FALSE;
|