From 4660ff852ca2d9b76d273aae521644bdd74e118a Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Tue, 11 Jun 2013 11:03:17 +0200 Subject: [PATCH] Suggest that Import is available in SQL command --- adminer/include/adminer.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adminer/include/adminer.inc.php b/adminer/include/adminer.inc.php index f170abac..266d7d08 100644 --- a/adminer/include/adminer.inc.php +++ b/adminer/include/adminer.inc.php @@ -767,7 +767,7 @@ username.form['auth[driver]'].onchange();

" . lang('SQL command') . "\n"; + echo "" . lang('SQL command') . "\n"; if (support("dump")) { echo "" . lang('Dump') . "\n"; }