| Summary | Prefs option for defaultview deprecated |
| Queue | Kronolith |
| Queue Version | 2.0-RC3 |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | |
| Requester | kevin_myer (at) iu13 (dot) org |
| Created | 12/17/2004 (7652 days ago) |
| Due | |
| Updated | 12/17/2004 (7652 days ago) |
| Assigned | |
| Resolved | 12/17/2004 (7652 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Resolved
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Prefs option for defaultview deprecated
Queue ⇒ Kronolith
Free/Busy defaultview option is no longer valid either.
--- prefs.php.dist 2004-11-13 10:40:10.000000000 -0500
+++ prefs.php.dist 2004-12-17 11:27:14.000000000 -0500
@@ -66,8 +66,7 @@
'enum' => array('day' => _("Day"),
'week' => _("Week"),
'workweek' => _("Work Week"),
- 'month' => _("Month"),
- 'attendeesview' => _("Free/Busy")),
+ 'month' => _("Month")),
'desc' => _("Select the view to display on startup:")
);