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 15:39:23 +0400
committerMarc Delisle <marc@infomarc.info>2012-06-30 15:39:23 +0400
commita83f42eaa6619b8351ff67bbe528098415d53644 (patch)
treebbe994e298df98aa9817dbcf1235aeafbd9281c0 /tbl_change.php
parent6d93aad72bf0345b935e1551b71ec0514ec7c801 (diff)
The INSERT statement generated when we insert and choose "and then insert another new row" was not displayed
Diffstat (limited to 'tbl_change.php')
-rw-r--r--tbl_change.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbl_change.php b/tbl_change.php
index a33b438601..319b1b6742 100644
--- a/tbl_change.php
+++ b/tbl_change.php
@@ -126,7 +126,7 @@ if (! empty($disp_message)) {
if (! isset($disp_query)) {
$disp_query = null;
}
- echo PMA_getMessage($disp_message, $disp_query);
+ $response->addHTML(PMA_getMessage($disp_message, $disp_query));
}
/**