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:
@@ -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"])) {
|
||||
|
Reference in New Issue
Block a user