From: Nicolas C. <nic...@gm...> - 2005-12-13 17:17:45
|
On 12/13/05, Jim Hu <ji...@ta...> wrote: > In the last email I suggested that the problem is in: > > $byday[] =3D strtoupper(substr($daysofweekshort_lang[date('w', > $start_date_time)], 0, 2)); > > The goal is to get the english 3 letter codes in, since those are what is > otherwise pulled from the .ics, right? Right. > So...I think this should work: > > $byday[] =3D strtoupper(date('D', $start_date_time)); That's good, but you also have to erase the line 520 : '$day =3D two2threeCharDays($day);' Danon'. note: That doesn't resolve the 'php 5.1.1' bug mentionned on the bbs (http://www.phpicalendar.net/forums/viewtopic.php?t=3D325). -- I'm a poor and lonesome Yaourt... (Air connu) |