diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-05-20 12:26:33 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2019-05-20 12:26:33 +0200 |
commit | 34d1f797778c71357989d793a6356ed9f8aeefed (patch) | |
tree | 989446171dcd230aeac1f242323ec677a14ca53d /include/features.php | |
parent | aa120e0478b8a7e0eabcbd7b8d7eefd515ff5347 (diff) | |
download | volse-hubzilla-34d1f797778c71357989d793a6356ed9f8aeefed.tar.gz volse-hubzilla-34d1f797778c71357989d793a6356ed9f8aeefed.tar.bz2 volse-hubzilla-34d1f797778c71357989d793a6356ed9f8aeefed.zip |
calendar merge: initial commit for timezone support
Diffstat (limited to 'include/features.php')
-rw-r--r-- | include/features.php | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/include/features.php b/include/features.php index d8607f447..431b199a5 100644 --- a/include/features.php +++ b/include/features.php @@ -87,6 +87,14 @@ function get_features($filtered = true, $level = (-1)) { t('Default is Sunday'), false, get_config('feature_lock','cal_first_day') + ], + + [ + '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'), ] ], @@ -290,14 +298,6 @@ function get_features($filtered = true, $level = (-1)) { t('Make birthday events timezone aware in case your friends are scattered across the planet.'), true, get_config('feature_lock','smart_birthdays'), - ], - - [ - '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'), ] ], |