diff options
author | zotlabs <mike@macgirvin.com> | 2016-11-02 18:40:50 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2016-11-02 18:40:50 -0700 |
commit | 9e2ccbd2a7cda195de5ae03ea8729561762d157a (patch) | |
tree | cf18d5edc88381ca93cc3d13b08685e030ec526f /include/features.php | |
parent | 6a6494d9475b0c9b87408f648c8988d7444b3793 (diff) | |
download | volse-hubzilla-9e2ccbd2a7cda195de5ae03ea8729561762d157a.tar.gz volse-hubzilla-9e2ccbd2a7cda195de5ae03ea8729561762d157a.tar.bz2 volse-hubzilla-9e2ccbd2a7cda195de5ae03ea8729561762d157a.zip |
convert manual page updates to a display setting instead of a feature
Diffstat (limited to 'include/features.php')
-rw-r--r-- | include/features.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/features.php b/include/features.php index 83a9c9178..1ccdbf015 100644 --- a/include/features.php +++ b/include/features.php @@ -157,15 +157,6 @@ function get_features($filtered = true) { feature_level('smart_birthdays',2), ], - [ - 'static_updates', - t('Manual Page Updates'), - t('Off = automatically update changing conversations. On = Wait until the page is re-loaded.'), - false, - get_config('feature_lock','static_updates'), - feature_level('static_updates',1), - ], - [ 'advanced_dirsearch', t('Advanced Directory Search'), |