mirror of
https://github.com/vrana/adminer.git
synced 2025-08-16 03:24:01 +02:00
MySQL: Fix highlighting current table in menu on macOS
This commit is contained in:
@@ -508,6 +508,8 @@ if (!defined("DRIVER")) {
|
|||||||
$row["Comment"] = "";
|
$row["Comment"] = "";
|
||||||
}
|
}
|
||||||
if ($name != "") {
|
if ($name != "") {
|
||||||
|
// MariaDB: Table name is returned as lowercase on macOS, so we fix it here.
|
||||||
|
$row["Name"] = $name;
|
||||||
return $row;
|
return $row;
|
||||||
}
|
}
|
||||||
$return[$row["Name"]] = $row;
|
$return[$row["Name"]] = $row;
|
||||||
|
Reference in New Issue
Block a user