Update of /cvsroot/phpicalendar/phpicalendar
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19437
Modified Files:
config.inc.php
Log Message:
Accidentally commited webcal URL for US holidays.
Index: config.inc.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/config.inc.php,v
retrieving revision 1.170
retrieving revision 1.171
diff -C2 -d -r1.170 -r1.171
*** config.inc.php 24 Nov 2005 01:33:31 -0000 1.170
--- config.inc.php 24 Nov 2005 04:31:02 -0000 1.171
***************
*** 73,77 ****
// add more lines as necessary
! $list_webcals['US Holidays'] = 'http://ical.mac.com/ical/US32Holidays.ics'; // Fill in between the quotes exact URL of a calendar that you wish
$list_webcals[] = ''; // to show up in your calendar list. You must prefix the URL with http://
$list_webcals[] = ''; // or webcal:// and the filename should contain the .ics suffix
--- 73,77 ----
// add more lines as necessary
! $list_webcals[] = ''; // Fill in between the quotes exact URL of a calendar that you wish
$list_webcals[] = ''; // to show up in your calendar list. You must prefix the URL with http://
$list_webcals[] = ''; // or webcal:// and the filename should contain the .ics suffix
|