Avoiud displaying query without message
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
1f26e89579
commit
c60f97331a
@ -671,9 +671,9 @@ if (! empty($id_bookmark) && $_REQUEST['action_bookmark'] == 2) {
|
||||
htmlspecialchars($_POST['bkm_label'])
|
||||
);
|
||||
} elseif ($finished && ! $error) {
|
||||
// Do not display the query with message, we do it separately
|
||||
$display_query = ';';
|
||||
if ($import_type != 'query') {
|
||||
// Do not display the query with message, we do it separately
|
||||
$display_query = ';';
|
||||
$message = PMA\libraries\Message::success(
|
||||
'<em>'
|
||||
. _ngettext(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user