diff --git a/adminer/select.inc.php b/adminer/select.inc.php index 196f6d26..2cdb91ac 100644 --- a/adminer/select.inc.php +++ b/adminer/select.inc.php @@ -361,7 +361,7 @@ if (!$columns) { echo where_link($i, $column, $rows[$n][$val]); $i++; } - echo '">' . htmlspecialchars($table) . ''; //! adminer_table_name() + echo '">' . adminer_table_name(table_status($table)) . ''; } } }