mirror of
https://github.com/vrana/adminer.git
synced 2025-08-16 03:24:01 +02:00
Driver specific view detection
This commit is contained in:
@@ -165,7 +165,7 @@ if ($_GET["ns"] !== "") {
|
||||
foreach ($table_status as $row) {
|
||||
$id = addcslashes($row["Name"], "\\'/");
|
||||
echo "setHtml('Comment-$id', '" . nbsp($row["Comment"]) . "');\n";
|
||||
if (!eregi("view", $row["Engine"])) {
|
||||
if (!is_view($row)) {
|
||||
foreach (array("Engine", "Collation") as $key) {
|
||||
echo "setHtml('$key-$id', '" . nbsp($row[$key]) . "');\n";
|
||||
}
|
||||
|
Reference in New Issue
Block a user