]> git.joonet.de Git - adminer.git/commitdiff
Comment
authorJakub Vrana <jakub@vrana.cz>
Tue, 21 Aug 2012 03:53:19 +0000 (20:53 -0700)
committerJakub Vrana <jakub@vrana.cz>
Tue, 21 Aug 2012 03:53:19 +0000 (20:53 -0700)
adminer/select.inc.php

index 8ad42c8349595891ce2118b15cbc6ae85beb2dc9..fefc6204615005cde07236dc16dc544c8334c51d 100644 (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);