bug #3384035 [display] Problems regarding ShowTooltipAliasTB
This commit is contained in:
@@ -811,8 +811,8 @@ function PMA_getTableList($db, $tables = null, $limit_offset = 0, $limit_count =
|
||||
if ($GLOBALS['cfg']['ShowTooltipAliasTB']
|
||||
&& $GLOBALS['cfg']['ShowTooltipAliasTB'] !== 'nested') {
|
||||
// switch tooltip and name
|
||||
$table['Comment'] = $table['Name'];
|
||||
$table['disp_name'] = $table['Comment'];
|
||||
$table['Comment'] = $table['Name'];
|
||||
} else {
|
||||
$table['disp_name'] = $table['Name'];
|
||||
}
|
||||
|
Reference in New Issue
Block a user