1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-12 01:24:17 +02:00
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);