mirror of
https://github.com/vrana/adminer.git
synced 2025-08-16 11:34:10 +02:00
Add id attribute to tables
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@972 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -350,7 +350,7 @@ ORDER BY ORDINAL_POSITION"); //! requires MySQL 5
|
||||
if (!$table_status) {
|
||||
echo "<p class='message'>" . lang('No tables.') . "\n";
|
||||
} else {
|
||||
echo "<p>\n";
|
||||
echo "<p id='tables'>\n";
|
||||
foreach ($table_status as $row) {
|
||||
$name = $this->tableName($row);
|
||||
if (isset($row["Engine"]) && strlen($name)) { // ignore views and tables without name
|
||||
|
Reference in New Issue
Block a user