Update of /cvsroot/phpicalendar/phpicalendar/functions
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15193/functions
Modified Files:
ical_parser.php
Log Message:
fix wkst bug when not set
Index: ical_parser.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/functions/ical_parser.php,v
retrieving revision 1.211
retrieving revision 1.212
diff -C2 -d -r1.211 -r1.212
*** ical_parser.php 10 Apr 2006 02:22:32 -0000 1.211
--- ical_parser.php 10 Apr 2006 04:17:19 -0000 1.212
***************
*** 557,561 ****
$count_to = 0;
// start at the $start_range and go until we hit the end of our range.
! if(!isset($wkst)) $wkst='Su';
$wkst3char = two2threeCharDays($wkst);
--- 557,561 ----
$count_to = 0;
// start at the $start_range and go until we hit the end of our range.
! if(!isset($wkst)) $wkst='SU';
$wkst3char = two2threeCharDays($wkst);
|