diff options
author | friendica <info@friendica.com> | 2012-10-28 22:08:08 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-10-28 22:08:08 -0700 |
commit | e1388761998f231de0c321e6652f7db9ed567c09 (patch) | |
tree | d72a64c56e657f73c5568b7f57af9b0c238f8500 /include/features.php | |
parent | d0d8971a69040c9dfd0d53a346135979b881c020 (diff) | |
download | volse-hubzilla-e1388761998f231de0c321e6652f7db9ed567c09.tar.gz volse-hubzilla-e1388761998f231de0c321e6652f7db9ed567c09.tar.bz2 volse-hubzilla-e1388761998f231de0c321e6652f7db9ed567c09.zip |
fix updating of bitwise 'unseen' to account for mysql operator precedence
Diffstat (limited to 'include/features.php')
-rw-r--r-- | include/features.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/features.php b/include/features.php index d74718540..61e4b2acd 100644 --- a/include/features.php +++ b/include/features.php @@ -22,7 +22,7 @@ $arr = array( 'categories' => t('Post Categories'), 'filing' => t('Saved Folders'), 'archives' => t('Search by Date'), - +'dislike' => t('Dislike Posts'), ); |