From c60f97331ac1720ee5df9d68f6fe8da67f061c8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 17 Feb 2016 12:03:55 +0100 Subject: [PATCH] Avoiud displaying query without message MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- import.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/import.php b/import.php index a510bc030d..e30acc9bf7 100644 --- a/import.php +++ b/import.php @@ -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( '' . _ngettext(