aboutsummaryrefslogtreecommitdiffstats
path: root/include/features.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-01-01 19:51:44 -0800
committerzotlabs <mike@macgirvin.com>2017-01-01 19:51:44 -0800
commitb88a735e54b233770b6772e89876fcc66b6217eb (patch)
tree1d2479cbddda4a1d96475f2ac4b77a1b9f244f1a /include/features.php
parentdca4de80fd8dfc2e23f6e7bec73b8bf79cdfa8ca (diff)
downloadvolse-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/features.php')
-rw-r--r--include/features.php9
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'),