diff --git a/adminer/select.inc.php b/adminer/select.inc.php index 0f23685b..1ae00747 100644 --- a/adminer/select.inc.php +++ b/adminer/select.inc.php @@ -137,7 +137,7 @@ if (!$columns) { echo "
\n"; echo "
"; echo (strlen($_GET["server"]) ? '' : ""); - echo ''; + echo (strlen($_GET["db"]) ? '' : ""); // not used in Editor echo ''; echo "
\n"; $adminer->selectColumnsPrint($select, $columns);