diff --git a/ChangeLog b/ChangeLog index afb9b0d9b9..186774ad60 100644 --- a/ChangeLog +++ b/ChangeLog @@ -48,6 +48,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 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(