@@ -104,7 +104,7 @@ discard block |
||
104 | 104 | * @param array $action the action data, sent by the client |
105 | 105 | */ |
106 | 106 | public function save($store, $parententryid, $entryid, $action) { |
107 | - $properiesToDelete = []; // create an array of properties which should be deleted |
|
107 | + $properiesToDelete = []; // create an array of properties which should be deleted |
|
108 | 108 | // this array is passed to $GLOBALS['operations']->saveMessage() function |
109 | 109 | |
110 | 110 | if (!$store && !$parententryid) { |
@@ -445,7 +445,7 @@ discard block |
||
445 | 445 | |
446 | 446 | // UTC time |
447 | 447 | $startDateUTC = $actionProps[$type]; |
448 | - $dueDateUTC = $actionProps[$type] + (24 * 60 * 60); // ONE DAY is added to set duedate of item. |
|
448 | + $dueDateUTC = $actionProps[$type] + (24 * 60 * 60); // ONE DAY is added to set duedate of item. |
|
449 | 449 | |
450 | 450 | // get local time from UTC time |
451 | 451 | $recur = new Recurrence($store, []); |