From cb153ac0d1212c561ccfe30e7908910b6f5f4c49 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Wed, 20 Oct 2010 12:40:27 +0200 Subject: [PATCH] Auto-focus database name --- adminer/database.inc.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/adminer/database.inc.php b/adminer/database.inc.php index 83e7ffb3..e0d91003 100644 --- a/adminer/database.inc.php +++ b/adminer/database.inc.php @@ -57,10 +57,11 @@ if ($_POST) {

' . h($name) . '
' - : '' + ? '
' + : '' ) . "\n" . ($collations ? html_select("collation", array("" => "(" . lang('collation') . ")") + $collations, $collate) : ""); ?> +