Skip to content

Commit

Permalink
The INSERT statement generated when we insert and choose "and then in…
Browse files Browse the repository at this point in the history
…sert another new row" was not displayed
  • Loading branch information
lem9 committed Jun 30, 2012
1 parent 6d93aad commit a83f42e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tbl_change.php
Expand Up @@ -126,7 +126,7 @@
if (! isset($disp_query)) {
$disp_query = null;
}
echo PMA_getMessage($disp_message, $disp_query);
$response->addHTML(PMA_getMessage($disp_message, $disp_query));
}

/**
Expand Down

0 comments on commit a83f42e

Please sign in to comment.