Update of /cvsroot/phpicalendar/phpicalendar/functions
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17752/functions
Modified Files:
ical_parser.php
Log Message:
Added login langs to week and month, a fix for evolution.
Index: ical_parser.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/functions/ical_parser.php,v
retrieving revision 1.176
retrieving revision 1.177
diff -C2 -d -r1.176 -r1.177
*** ical_parser.php 8 Aug 2004 05:55:18 -0000 1.176
--- ical_parser.php 11 Aug 2004 23:49:12 -0000 1.177
***************
*** 907,911 ****
case 'DTSTART':
! $field = str_replace ('/softwarestudio.org/Olson_20011030_5/', '', $field);
$zulu_time = false;
if (substr($data,-1) == 'Z') $zulu_time = true;
--- 907,911 ----
case 'DTSTART':
! $data = str_replace ('/softwarestudio.org/Olson_20011030_5/', '', $data);
$zulu_time = false;
if (substr($data,-1) == 'Z') $zulu_time = true;
|