From fc6e71a930255eb166631d10f27aea2e361bae0f Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 2 Dec 2010 22:20:26 +0100 Subject: [PATCH] Disable AJAX export --- 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 2e5c9feb..09938950 100644 --- a/adminer/select.inc.php +++ b/adminer/select.inc.php @@ -405,7 +405,7 @@ if (!$columns) { print_fieldset("export", lang('Export')); $output = $adminer->dumpOutput(); echo ($output ? html_select("output", $output, $adminer_export["output"]) . " " : "") . html_select("format", $adminer->dumpFormat(), $adminer_export["format"]); - echo " \n"; + echo " \n"; echo "\n"; } print_fieldset("import", lang('CSV Import'), !$rows);