[Tickets #3032] WebDAV / iCal plugin voor kronolith

bugs@bugs.horde.org bugs at bugs.horde.org
Fri Nov 25 14:20:08 PST 2005


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=3032
-----------------------------------------------------------------------
 Ticket             | 3032
 Updated By         | d.bussink at student.utwente.nl
 Summary            | WebDAV / iCal plugin voor kronolith
 Queue              | Kronolith
 Version            | HEAD
 State              | Feedback
 Priority           | 1. Low
 Type               | Enhancement
 Owners             | 
-----------------------------------------------------------------------


d.bussink at student.utwente.nl (2005-11-25 14:20) wrote:

I've found the problem... It was a stupid bug in the api.php from kronolith.
On line 225 it said:
$modified = _modified($event['uid']);
instead of:
$modified = _modified($event->getUID());
When I changed this, I can download the calendar events, pretty stupid it
doesn't give any error message, it simply stops at the function call. I do
have error_reporting on E_ALL, so why it doesn't complain about anything, I
don't know...




More information about the bugs mailing list