Commit 94f7f4dc authored by Bart Vullings's avatar Bart Vullings

ZP-1319 Replace tabs with spaces. Released under the Affero GNU General Public...

ZP-1319 Replace tabs with spaces. Released under the Affero GNU General Public License (AGPL) version 3.
parent 84313a7a
...@@ -1087,7 +1087,7 @@ class BackendCalDAV extends BackendDiff { ...@@ -1087,7 +1087,7 @@ class BackendCalDAV extends BackendDiff {
} }
if (isset($data->asbody->data)) { if (isset($data->asbody->data)) {
$asbody = stream_get_contents($data->asbody->data); $asbody = stream_get_contents($data->asbody->data);
if (strlen($asbody) > 0){ if (strlen($asbody) > 0) {
$vevent->AddProperty("DESCRIPTION", $asbody); $vevent->AddProperty("DESCRIPTION", $asbody);
} }
} }
......
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