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,9 +1087,9 @@ class BackendCalDAV extends BackendDiff {
}
if (isset($data->asbody->data)) {
$asbody = stream_get_contents($data->asbody->data);
if (strlen($asbody) > 0){
if (strlen($asbody) > 0) {
$vevent->AddProperty("DESCRIPTION", $asbody);
}
}
}
if (isset($data->categories) && is_array($data->categories)) {
$vevent->AddProperty("CATEGORIES", implode(",", $data->categories));
......
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