From 364dcfe632992a5e9a31b548510530745aa14f24 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Mon, 20 Aug 2012 20:53:19 -0700 Subject: [PATCH] Comment --- adminer/select.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/adminer/select.inc.php b/adminer/select.inc.php index 8ad42c83..fefc6204 100644 --- a/adminer/select.inc.php +++ b/adminer/select.inc.php @@ -189,6 +189,7 @@ if ($_POST && !$error) { $table_name = $adminer->tableName($table_status); if (is_ajax()) { + // needs to send headers ob_start('clean_output'); } page_header(lang('Select') . ": $table_name", $error);