Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2012-06-30 23:00:15 +0400
committerMarc Delisle <marc@infomarc.info>2012-06-30 23:00:15 +0400
commit2c6f80aa47fe8bc960f1e781e1197d97e30e5179 (patch)
tree45ef352573dd3d18f7408902af51b9da4e871518 /tbl_replace.php
parentc7e8afd0dcff47ed3c9b572f6f237a26fa435dc5 (diff)
Bug #3539142 Normal INSERT does not show the statement
Diffstat (limited to 'tbl_replace.php')
-rw-r--r--tbl_replace.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbl_replace.php b/tbl_replace.php
index cc500c079f..27dc249a7e 100644
--- a/tbl_replace.php
+++ b/tbl_replace.php
@@ -371,7 +371,7 @@ if ($response->isAjax()) {
exit;
}
-if (isset($return_to_sql_query)) {
+if (! empty($return_to_sql_query)) {
$disp_query = $GLOBALS['sql_query'];
$disp_message = $message;
unset($message);