Summary | Calendar DropDownBox isn't shown with one remote and one normal calendar |
Queue | Kronolith |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | |
Requester | mail (at) kai-becker (dot) com |
Created | 03/29/2005 (7410 days ago) |
Due | |
Updated | 04/04/2005 (7404 days ago) |
Assigned | |
Resolved | 04/04/2005 (7404 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Calendar DropDownBox isn't shown with one remote and one normal calendar
Queue ⇒ Kronolith
shown if you have one remote and one normal (user) calendar.
Line 16 of kronolith/templates/menu.inc reads:
<?php if (!$prefs->isLocked('default_share') &&
((count($remote_calendars) > 1 || count($GLOBALS['all_calendars']) >
1) || !count($GLOBALS['display_calendars']))): ?>
maybe it should be:
<?php if (!$prefs->isLocked('default_share') &&
((count($remote_calendars) > 0 || count($GLOBALS['all_calendars']) >
1) || !count($GLOBALS['display_calendars']))): ?>