Commit f077a814 authored by skummer's avatar skummer

ZP-341 #comment do a move of the MR as then also attachment are copied #time 2h

git-svn-id: https://z-push.org/svn/z-push/trunk@1675 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
parent 3104cb39
...@@ -689,10 +689,10 @@ class BackendZarafa implements IBackend, ISearchProvider { ...@@ -689,10 +689,10 @@ class BackendZarafa implements IBackend, ISearchProvider {
switch($response) { switch($response) {
case 1: // accept case 1: // accept
default: default:
$entryid = $meetingrequest->doAccept(false, false, false, false, false, false, true); // last true is the $userAction $entryid = $meetingrequest->doAccept(false, false, true, false, false, false, true); // last true is the $userAction
break; break;
case 2: // tentative case 2: // tentative
$entryid = $meetingrequest->doAccept(true, false, false, false, false, false, true); // last true is the $userAction $entryid = $meetingrequest->doAccept(true, false, true, false, false, false, true); // last true is the $userAction
break; break;
case 3: // decline case 3: // decline
$meetingrequest->doDecline(false); $meetingrequest->doDecline(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