Include the query too if we are in an ajax request.

This commit is contained in:
ninadsp
2010-06-30 01:16:49 +05:30
parent 7f062310c6
commit 5677d17722
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ $(document).ready(function() {
PMA_ajaxShowMessage(data.message);
window.parent.db = data.newname;
$("#topmenucontainer").after(data.sqlquery);
$("#topmenucontainer").after(data.sql_query);
$("<span>" + PMA_messages['strReloadDatabase'] + "?</span>").dialog({
buttons: button_options