Hi, The $cfg['VerboseMultiSubmit'] directive is set to true by default and I never felt the need to change it. I suggest to remove it.
The purpose of $cfg['Servers'][$i]['verbose_check'] is to verify whether the user has a pre-version 2.5.0 column_info table; we can safely remove this verification.
$cfg['SkipLockedTables'] could be removed and the corresponding behavior always executed.
The $cfg['SuggestDBName'] directive is set to true by default and I never felt the need to change it. I suggest to remove it.
The $cfg['LightTabs'] directive is set to false by default and I never felt the need to change it. I suggest to remove it.
Comments?