Merge branch 'QA_4_3'
This commit is contained in:
commit
3be2f44e3a
@ -848,7 +848,7 @@ function PMA_getCentralColumnsListRaw($db, $table)
|
||||
{
|
||||
$cfgCentralColumns = PMA_centralColumnsGetParams();
|
||||
if (empty($cfgCentralColumns)) {
|
||||
return array();
|
||||
return json_encode(array());
|
||||
}
|
||||
$centralTable = $cfgCentralColumns['table'];
|
||||
if (empty($table) || $table == '') {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user