Summary | Freebusy.php: Fix wrong return value |
Queue | Kolab |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | wrobel (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 03/07/2008 (6304 days ago) |
Due | |
Updated | 03/11/2008 (6300 days ago) |
Assigned | 03/07/2008 (6304 days ago) |
Resolved | 03/07/2008 (6304 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
empty and the upstream code has a problem with that, I'll need to
deal with that upstream. In CVS.
empty and the upstream code has a problem with that, I'll need to deal
with that upstream. In CVS.
I'm currently debugging why I'm getting an error from Kolab's
"pfb.php" for an empty calendar folder. The reason is the empty check
-> no calendar.pvc file get's created.
Guess the code is in there to clean up removed calendars, though this
was the wrong fix IMHO. I'll investigate further...
as "string".
If all is fine the function returns the $vCal variable which is of
type Horde_iCalendar, right?
What about either returning Horde_iCalendar or "false" if the calendar
is empty?
State ⇒ Assigned
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Freebusy.php: Fix wrong return value
Queue ⇒ Kolab
New Attachment: framework-kolab-fix-return-value.patch
State ⇒ Unconfirmed
attached patch fixes a wrong return value which should be a string
instead of an array (returned by listEvents()).
Cheers,
Thomas