[Tickets #6563] iCalendar can't parse GEO-vCard-Tags
bugs at horde.org
bugs at horde.org
Thu Apr 3 01:04:10 UTC 2008
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/6563
-----------------------------------------------------------------------
Ticket | 6563
Created By | horde at ssn.at
Summary | iCalendar can't parse GEO-vCard-Tags
Queue | SyncML
Type | Bug
State | Unconfirmed
Priority | 1. Low
Milestone |
Patch |
Owners |
-----------------------------------------------------------------------
horde at ssn.at (2008-04-02 21:04) wrote:
The GEO-vCard-Tag (at least the one submitted by my E90) is not parsed
correctly.
It expects a semicolon between latitude and longitude, but there is a
comma.
So in iCalendar.php i suggest in line 724 (v1.31 2008-01-24):
if (!strpos($value, ';')) {
$floats = explode(',', $value);
} else {
$floats = explode(';', $value);
}
regards
Lukas
More information about the bugs
mailing list