bug [navi] Wrong icon for view (MySQL 5.5)
This commit is contained in:
@@ -625,7 +625,8 @@ function PMA_displayTableList($tables, $visible = false,
|
||||
.'&goto=' . $GLOBALS['cfg']['LeftDefaultTabTable']
|
||||
. '" >'
|
||||
.'<img class="icon"';
|
||||
if ('VIEW' === strtoupper($table['Comment'])) {
|
||||
|
||||
if (PMA_Table::isView($table_db, $table['Name'])) {
|
||||
echo ' src="' . $GLOBALS['pmaThemeImage'] . 's_views.png"';
|
||||
} else {
|
||||
echo ' src="' . $GLOBALS['pmaThemeImage'] . 'b_sbrowse.png"';
|
||||
|
Reference in New Issue
Block a user