1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-22 06:02:57 +02:00

Save and continue edit by AJAX

This commit is contained in:
Jakub Vrana
2013-06-29 12:41:35 -07:00
parent ba1bb263b3
commit 749f51afe6
6 changed files with 83 additions and 16 deletions

View File

@@ -199,10 +199,11 @@ if ($_POST && !$error) {
$table_name = $adminer->tableName($table_status);
if (is_ajax()) {
// needs to send headers
page_headers();
ob_start();
} else {
page_header(lang('Select') . ": $table_name", $error);
}
page_header(lang('Select') . ": $table_name", $error);
$set = null;
if (isset($rights["insert"])) {