Update of /cvsroot/phpicalendar/phpicalendar/calendars
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv29880/calendars
Modified Files:
test.ics
Log Message:
fix undef $rss in rss.php
Index: test.ics
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/calendars/test.ics,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** test.ics 27 Dec 2008 11:42:41 -0000 1.9
--- test.ics 28 Dec 2008 02:07:53 -0000 1.10
***************
*** 1,5 ****
BEGIN:VCALENDAR
VERSION:2.0
! X-WR-CALNAME:testing
PRODID:-//Apple Computer\, Inc//iCal 2.0//EN
X-WR-RELCALID:E47AF849-67C8-49F0-AA36-9FD7495400FD
--- 1,5 ----
BEGIN:VCALENDAR
VERSION:2.0
! X-WR-CALNAME:testing \,comma
PRODID:-//Apple Computer\, Inc//iCal 2.0//EN
X-WR-RELCALID:E47AF849-67C8-49F0-AA36-9FD7495400FD
|