fix updating of bitwise 'unseen' to account for mysql operator precedence

This commit is contained in:
friendica
2012-10-28 22:08:08 -07:00
parent d0d8971a69
commit e138876199
6 changed files with 20 additions and 9 deletions

View File

@@ -22,7 +22,7 @@ $arr = array(
'categories' => t('Post Categories'),
'filing' => t('Saved Folders'),
'archives' => t('Search by Date'),
'dislike' => t('Dislike Posts'),
);