1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-17 12:00:41 +02:00

SimpleDB: Display overflown table names

This commit is contained in:
Jakub Vrana
2013-07-12 08:33:13 -07:00
parent 75439423d9
commit 127b3f6154
3 changed files with 3 additions and 3 deletions

View File

@@ -840,7 +840,7 @@ username.form['auth[driver]'].onchange();
$name = $this->tableName($status);
echo (support("table")
? '<a href="' . h(ME) . 'table=' . urlencode($table) . '"' . bold(in_array($table, array($_GET["table"], $_GET["create"], $_GET["indexes"], $_GET["foreign"], $_GET["trigger"]))) . " title='" . lang('Show structure') . "'>$name</a>"
: $name
: "<span>$name</span>"
) . "<br>\n";
}
}