Incorrect resolution of merge conflict was causing the database name to not show up on the serverinfo div. Fixed it
This commit is contained in:
@@ -105,7 +105,7 @@ if (!$GLOBALS['is_ajax_request']) {
|
|||||||
printf($item,
|
printf($item,
|
||||||
$GLOBALS['cfg']['DefaultTabDatabase'],
|
$GLOBALS['cfg']['DefaultTabDatabase'],
|
||||||
PMA_generate_common_url($GLOBALS['db']),
|
PMA_generate_common_url($GLOBALS['db']),
|
||||||
__('New table'),
|
$GLOBALS['db'],
|
||||||
'',
|
'',
|
||||||
's_tbl.png');
|
's_tbl.png');
|
||||||
// if the table is being dropped, $_REQUEST['purge'] is set
|
// if the table is being dropped, $_REQUEST['purge'] is set
|
||||||
|
Reference in New Issue
Block a user