ChrisH - 2011-01-27

P.S. For the first line, that is an inserted line. So the next line I mention has been bumped down one from the original.

So line 988, which says:
$daylink = date ('Ymd', $start_day);
stays there.

Thus line 993, which says
} elseif ($daylink == $getdate) {
becomes line 994. In addition, it gets changed to
} elseif ($daylink2 == date('Y M d', time() + $phpiCal_config->second_offset)) {

I hope that is more clear.

Thanks
Chris