bug #4876 Settings issues (Favorite tables shown twice in Settings)

Signed-off-by: Marc Delisle <marc@infomarc.info>
This commit is contained in:
Marc Delisle 2015-05-07 14:19:42 -04:00
parent 5cb4292e6a
commit 822c4dfec2
2 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,7 @@ phpMyAdmin - ChangeLog
======================
4.4.7.0 (not yet released)
- bug #4876 Settings issues (Favorite tables shown twice in Settings)
4.4.6.0 (2015-05-07)
- bug #4890 webkitStorageInfo and webkitIndexedDB is deprecated

View File

@ -32,7 +32,6 @@ $forms['Features']['General'] = array(
'DisableMultiTableMaintenance',
'MaxDbList',
'MaxTableList',
'NumFavoriteTables',
'ShowHint',
'SendErrorReports'
);