Commit 18a835b2 authored by skummer's avatar skummer

ZP-113

- added: log php mapi version after loading Zarafa backend

git-svn-id: https://z-push.org/svn/z-push/trunk@1314 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
parent cf187c98
......@@ -103,6 +103,8 @@ class BackendZarafa implements IBackend, ISearchProvider {
$this->changesSinkFolders = array();
$this->changesSinkStores = array();
$this->wastebasket = false;
ZLog::Write(LOGLEVEL_DEBUG, sprintf("BackendZarafa using PHP-MAPI version: %s", phpversion("mapi")));
}
/**
......
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