Merge remote-tracking branch 'origin/QA_4_2' into QA_4_2
This commit is contained in:
commit
5870fc9e1e
@ -4,6 +4,7 @@ phpMyAdmin - ChangeLog
|
||||
4.2.7.0 (not yet released)
|
||||
- bug Broken links on home page
|
||||
- bug #4494 Overlap in navigation panel
|
||||
- bug #4427 Action icons not in horizontal order
|
||||
|
||||
4.2.6.0 (2014-07-17)
|
||||
- bug #4471 Undefined index warning with referenced column.
|
||||
|
||||
@ -21,9 +21,7 @@ if (! defined('PHPMYADMIN')) {
|
||||
|
||||
|
||||
$HideStructureActions = '';
|
||||
if (PMA_Util::showText('ActionLinksMode')
|
||||
&& $GLOBALS['cfg']['HideStructureActions'] === true
|
||||
) {
|
||||
if ($GLOBALS['cfg']['HideStructureActions'] === true) {
|
||||
$HideStructureActions .= ' HideStructureActions';
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user