1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-10 08:34:20 +02:00
This commit is contained in:
Jakub Vrana
2010-05-27 16:10:37 +02:00
parent 782921b671
commit 6e2a887fd2
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ if ($fields) {
}
echo "</table>\n";
if (is_view($table_status)) {
if (!is_view($table_status)) {
echo "<h3>" . lang('Indexes') . "</h3>\n";
$indexes = indexes($TABLE);
if ($indexes) {