Commit e73aeebc authored by Sebastian Kummer's avatar Sebastian Kummer

Merge pull request #218 in ZP/z-push from...

Merge pull request #218 in ZP/z-push from bugfix/ZP-250-meta-ticket-for-documentation-typo to develop

* commit '1502cdcb':
  ZP-250 Remove invalid FIXME.
parents 25b1ee3b 1502cdcb
...@@ -2238,7 +2238,6 @@ class BackendKopano implements IBackend, ISearchProvider { ...@@ -2238,7 +2238,6 @@ class BackendKopano implements IBackend, ISearchProvider {
$enumblock = mapi_freebusydata_enumblocks($fbDataUser, $start, $end); $enumblock = mapi_freebusydata_enumblocks($fbDataUser, $start, $end);
mapi_freebusyenumblock_reset($enumblock); mapi_freebusyenumblock_reset($enumblock);
// FIXME: use WBXMLDecoder::ResetInWhile("freebusyEnumblock"); after merging back into develop branch
while(true) { while(true) {
$blocks = mapi_freebusyenumblock_next($enumblock, self::FREEBUSYENUMBLOCKS); $blocks = mapi_freebusyenumblock_next($enumblock, self::FREEBUSYENUMBLOCKS);
if(!$blocks) { 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