Update of /cvsroot/phpicalendar/phpicalendar/functions
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv5021/functions
Modified Files:
ical_parser.php
Log Message:
Fix URL in comment
Index: ical_parser.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/functions/ical_parser.php,v
retrieving revision 1.264
retrieving revision 1.265
diff -C2 -d -r1.264 -r1.265
*** ical_parser.php 12 May 2010 19:30:01 -0000 1.264
--- ical_parser.php 12 May 2010 19:32:37 -0000 1.265
***************
*** 103,107 ****
* - Once to get the timezone information
* - And again to collect the remaining data
! * See: http://phpicalendar.net/forums/viewtopic.php?f=45&t=4140&#p14451
*/
$filename = tempnam(sys_get_temp_dir(), 'ICS');
--- 103,107 ----
* - Once to get the timezone information
* - And again to collect the remaining data
! * See: http://phpicalendar.net/forums/viewtopic.php?f=45&t=4140#p14451
*/
$filename = tempnam(sys_get_temp_dir(), 'ICS');
|