Update of /cvsroot/phpicalendar/phpicalendar/functions/init
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv21010/functions/init
Modified Files:
cpaths.php
Log Message:
recurrence changes, add recur_tests calendars subdirectory, fix cpath
Index: cpaths.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/functions/init/cpaths.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** cpaths.php 12 Dec 2008 00:08:47 -0000 1.2
--- cpaths.php 18 Dec 2008 09:22:23 -0000 1.3
***************
*** 29,30 ****
--- 29,31 ----
$list_webcals = array_merge($phpiCal_config->list_webcals, $phpiCal_config->more_webcals["$cpath"]);
}
+ $phpiCal_config->setProperty('calendar_path',$calendar_path);
\ No newline at end of file
|