Commit 1502cdcb authored by Manfred Kutas's avatar Manfred Kutas

ZP-250 Remove invalid FIXME.

Released under the Affero GNU General Public License (AGPL) version 3.
parent 7f31028e
......@@ -2238,7 +2238,6 @@ class BackendKopano implements IBackend, ISearchProvider {
$enumblock = mapi_freebusydata_enumblocks($fbDataUser, $start, $end);
mapi_freebusyenumblock_reset($enumblock);
// FIXME: use WBXMLDecoder::ResetInWhile("freebusyEnumblock"); after merging back into develop branch
while(true) {
$blocks = mapi_freebusyenumblock_next($enumblock, self::FREEBUSYENUMBLOCKS);
if(!$blocks) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment