The INSERT statement generated when we insert and choose "and then insert another new row" was not displayed
This commit is contained in:
parent
6d93aad72b
commit
a83f42eaa6
@ -126,7 +126,7 @@ if (! empty($disp_message)) {
|
||||
if (! isset($disp_query)) {
|
||||
$disp_query = null;
|
||||
}
|
||||
echo PMA_getMessage($disp_message, $disp_query);
|
||||
$response->addHTML(PMA_getMessage($disp_message, $disp_query));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user