This commit is contained in:
Jakub Vrana 2012-08-20 20:53:19 -07:00
parent 68211ac42b
commit 364dcfe632

View file

@ -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);