Commit ca01a386 authored by Sebastian Kummer's avatar Sebastian Kummer

ZP-822 Bumped to 2.2.9beta1, fixed line endings.

Released under the Affero GNU General Public License (AGPL) version 3.
parent c69af437
......@@ -444,7 +444,7 @@ class BackendCombined extends Backend implements ISearchProvider {
ZLog::Write(LOGLEVEL_DEBUG, sprintf("BackendCombined->ChangesSinkInitialize('%s') is supported, initializing", $folderid));
return $backend->ChangesSinkInitialize($this->GetBackendFolder($folderid));
}
// if the backend doesn't support ChangesSink, we also return true so we don't get an error
return true;
}
......@@ -688,4 +688,4 @@ class BackendCombined extends Backend implements ISearchProvider {
return false;
}
}
?>
?>
\ No newline at end of file
......@@ -181,4 +181,4 @@ class ExportChangesCombined implements IExportChanges {
ZLog::Write(LOGLEVEL_DEBUG, "ExportChangesCombined->InitializeExporter(...) success");
}
}
?>
?>
\ No newline at end of file
......@@ -350,4 +350,4 @@ class ImportHierarchyChangesCombinedWrap {
}
}
?>
?>
\ No newline at end of file
......@@ -47,3 +47,5 @@
// Defines the server to which we want to connect
define('MAPI_SERVER', 'http://127.0.0.1:236/zarafa');
?>
\ No newline at end of file
......@@ -41,6 +41,6 @@
* Consult LICENSE file for details
************************************************/
define("ZPUSH_VERSION", "2.2.9alpha2");
define("ZPUSH_VERSION", "2.2.9beta1");
?>
\ No newline at end of file
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