Commit 02a91429 authored by Manfred Kutas's avatar Manfred Kutas

ZP-844 Delete from and until properties when out of office is not time

based.

Released under the Affero GNU General Public License (AGPL) version 3.
parent 400f2c12
......@@ -1617,6 +1617,9 @@ class BackendZarafa implements IBackend, ISearchProvider {
$oof->Status = SYNC_SETTINGSSTATUS_PROTOCOLLERROR;
}
}
else {
$deleteProps = array(PR_EC_OUTOFOFFICE_FROM, PR_EC_OUTOFOFFICE_UNTIL);
}
}
elseif($oof->oofstate == SYNC_SETTINGSOOF_DISABLED) {
$props[PR_EC_OUTOFOFFICE] = false;
......
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