Merge branch 'QA_4_3'

This commit is contained in:
Marc Delisle 2015-01-06 14:18:45 -05:00
commit 5091f04058
2 changed files with 2 additions and 1 deletions

View File

@ -17,6 +17,7 @@ phpMyAdmin - ChangeLog
- bug Undefined index notices while configuring recent and favorite tables
- bug #4687 Designer breaks without configuration storage
- bug #4686 Select elements flicker and selects something else
- bug #4689 Setup tool creates "pma__favorites" incorrectly
4.3.5.0 (2015-01-05)
- bug Auto-configuration: tables were not created automatically

View File

@ -75,7 +75,7 @@ $forms['Servers']['Server_pmadb'] = array('Servers' => array(1 => array(
'column_info' => 'pma__column_info',
'history' => 'pma__history',
'recent' => 'pma__recent',
'favorite' => 'pma_favorite',
'favorite' => 'pma__favorite',
'table_uiprefs' => 'pma__table_uiprefs',
'tracking' => 'pma__tracking',
'table_coords' => 'pma__table_coords',