The following lines describe the changes needed to fix this problem:

649c648
<     $opts[] = "COMMENT: ".str_replace(":", "\:", $enddate);
---
>     $opts[] = "COMMENT:$enddate \\r";
773c772
< $opts[] = "COMMENT:". str_replace(":", "\:", $enddate).str_replace(":", "\:", $enddate) . " \\r";
---
> $opts[] = "COMMENT:$enddate" . str_replace(":", "\:", $enddate) . " \\r";

The problem, as you see is missing escaping of :

--
Tommy Gildseth
DBA, Gruppe for databasedrift
Universitetet i Oslo, USIT
m: +47 45 86 38 50
t: +47 22 85 29 39




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to