diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-05-09 13:43:20 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2019-05-09 13:43:20 +0200 |
commit | 9efd484e277578bc27f18baac64c0067852044de (patch) | |
tree | 967db6f5ae19f05272c681f9cccef1ea2a5ce0f0 /Zotlabs/Widget/Cdav.php | |
parent | 44d5cf980a7196a49be2ff9f3742ba55929fd2d0 (diff) | |
download | volse-hubzilla-9efd484e277578bc27f18baac64c0067852044de.tar.gz volse-hubzilla-9efd484e277578bc27f18baac64c0067852044de.tar.bz2 volse-hubzilla-9efd484e277578bc27f18baac64c0067852044de.zip |
calendar merge: cleanup and comment out some unused code
Diffstat (limited to 'Zotlabs/Widget/Cdav.php')
-rw-r--r-- | Zotlabs/Widget/Cdav.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Widget/Cdav.php b/Zotlabs/Widget/Cdav.php index 20c70903f..7794d7617 100644 --- a/Zotlabs/Widget/Cdav.php +++ b/Zotlabs/Widget/Cdav.php @@ -57,7 +57,7 @@ class Cdav { $switch = get_pconfig(local_channel(), 'cdav_calendar', $sabrecal['id'][0]); - $color = (($sabrecal['{http://apple.com/ns/ical/}calendar-color']) ? $sabrecal['{http://apple.com/ns/ical/}calendar-color'] : '#3a87ad'); + $color = (($sabrecal['{http://apple.com/ns/ical/}calendar-color']) ? $sabrecal['{http://apple.com/ns/ical/}calendar-color'] : '#6cad39'); $editable = (($sabrecal['share-access'] == 2) ? 'false' : 'true'); // false/true must be string since we're passing it to javascript |