diff options
author | zotlabs <mike@macgirvin.com> | 2017-01-01 19:51:44 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-01-01 19:51:44 -0800 |
commit | b88a735e54b233770b6772e89876fcc66b6217eb (patch) | |
tree | 1d2479cbddda4a1d96475f2ac4b77a1b9f244f1a /include | |
parent | dca4de80fd8dfc2e23f6e7bec73b8bf79cdfa8ca (diff) | |
download | volse-hubzilla-b88a735e54b233770b6772e89876fcc66b6217eb.tar.gz volse-hubzilla-b88a735e54b233770b6772e89876fcc66b6217eb.tar.bz2 volse-hubzilla-b88a735e54b233770b6772e89876fcc66b6217eb.zip |
feature: allow event creation in other timezones than your own.
Diffstat (limited to 'include')
-rw-r--r-- | include/features.php | 9 |
1 files changed, 9 insertions, 0 deletions
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'), |