From bfe30d1261e33ee2446f4205070e326ccba07cca Mon Sep 17 00:00:00 2001 From: Piyush Date: Fri, 12 Feb 2016 22:00:05 +0530 Subject: [PATCH 1/2] fix_11907 Signed-off-by: Piyush --- libraries/sql.lib.php | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/sql.lib.php b/libraries/sql.lib.php index e42157bce4..f6c4bd7086 100644 --- a/libraries/sql.lib.php +++ b/libraries/sql.lib.php @@ -2162,6 +2162,7 @@ function PMA_executeQueryAndGetQueryResponse($analyzed_sql_results, $pmaThemeImage, isset($result) ? $result : null, $sql_query, isset($complete_query) ? $complete_query : null ); + unset($GLOBALS['message']); } else { // At least one row is returned -> displays a table with results $html_output = PMA_getQueryResponseForResultsReturned( From 06b9a8b6e1588b50972418004df77690583af1e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 17 Feb 2016 10:04:56 +0100 Subject: [PATCH 2/2] Changelog entry for issue #11907 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index 118f373c1a..677c55883a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -44,6 +44,7 @@ phpMyAdmin - ChangeLog - issue #11880 Fixed rendering of missing extension error - issue #11923 Errors on Structure tab when user only has select access on certain columns - issue #11972 Missing documentation for $cfg['Servers'][$i]['favorite'] and $cfg['NumFavoriteTables'] +- issue #11907 Avoid displaying UPDATE query twice 4.5.5.0 (not yet released) - issue Undefined index: is_ajax_request