Merge branch 'QA_4_3'
This commit is contained in:
commit
0df0de4717
@ -18,6 +18,7 @@ phpMyAdmin - ChangeLog
|
||||
- bug #4649 Attributes field size smaller than others
|
||||
- bug #4622 Cannot remove table ordering on a Mac
|
||||
- bug Fix initial replication configuration
|
||||
- bug Undefined index central_columnswork
|
||||
|
||||
4.3.2.0 (2014-12-12)
|
||||
- bug #4628 PHP error while exporting schema as PDF
|
||||
|
||||
@ -25,7 +25,9 @@ function PMA_centralColumnsGetParams()
|
||||
|
||||
$cfgRelation = PMA_getRelationsParam();
|
||||
|
||||
if ($cfgRelation['central_columnswork']) {
|
||||
if (isset($cfgRelation['central_columnswork'])
|
||||
&& $cfgRelation['central_columnswork']
|
||||
) {
|
||||
$cfgCentralColumns = array(
|
||||
'user' => $GLOBALS['cfg']['Server']['user'],
|
||||
'db' => $GLOBALS['cfg']['Server']['pmadb'],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user