mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 22:17:03 +03:00
Remove unused code
This commit is contained in:
parent
3669fdc752
commit
07fd143853
5 changed files with 9 additions and 35 deletions
|
|
@ -121,9 +121,9 @@ class ICSExportPlugin extends DAV\ServerPlugin {
|
|||
case 'VTIMEZONE' :
|
||||
// Naively just checking tzid.
|
||||
if (!in_array((string)$child->TZID, $collectedTimezones)) {
|
||||
$timezones[] = $child;
|
||||
$collectedTimezones[] = $child->TZID;
|
||||
}
|
||||
$timezones[] = $child;
|
||||
$collectedTimezones[] = $child->TZID;
|
||||
}
|
||||
break;
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue