From d2ee9d85b120ae0d4ee7877b89db7d3f39ad0d5e Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Sat, 1 Dec 2012 12:13:55 -0800 Subject: [PATCH] Print CSRF token without import (bug #3582462) --- adminer/select.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adminer/select.inc.php b/adminer/select.inc.php index b3697724..9e7d26ba 100644 --- a/adminer/select.inc.php +++ b/adminer/select.inc.php @@ -474,12 +474,12 @@ if (!$columns) { echo " "; echo html_select("separator", array("csv" => "CSV,", "csv;" => "CSV;", "tsv" => "TSV"), $adminer_import["format"], 1); // 1 - select echo " "; - echo "\n"; echo "\n"; } $adminer->selectEmailPrint(array_filter($email_fields, 'strlen'), $columns); + echo "

\n"; echo "\n"; } }