From b88a735e54b233770b6772e89876fcc66b6217eb Mon Sep 17 00:00:00 2001 From: zotlabs Date: Sun, 1 Jan 2017 19:51:44 -0800 Subject: feature: allow event creation in other timezones than your own. --- include/features.php | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'include') diff --git a/include/features.php b/include/features.php index 1ccdbf015..8ff0d2d21 100644 --- a/include/features.php +++ b/include/features.php @@ -157,6 +157,15 @@ function get_features($filtered = true) { feature_level('smart_birthdays',2), ], + [ + 'event_tz_select', + t('Event Timezone Selection'), + t('Allow event creation in timezones other than your own.'), + false, + get_config('feature_lock','event_tz_select'), + feature_level('event_tz_select',2), + ], + [ 'advanced_dirsearch', t('Advanced Directory Search'), -- cgit v1.2.3