Avoiud displaying query without message

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2016-02-17 12:03:55 +01:00
parent 1f26e89579
commit c60f97331a

View File

@ -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(