Now shows the sql query too when renaming a database.
This commit is contained in:
@@ -30,6 +30,7 @@ $(document).ready(function() {
|
||||
|
||||
PMA_ajaxShowMessage(data.message);
|
||||
window.parent.db = data.newname;
|
||||
$("#topmenucontainer").after(data.sqlquery);
|
||||
|
||||
$("<span>" + PMA_messages['strReloadDatabase'] + "?</span>").dialog({
|
||||
buttons: {"Yes": function() {
|
||||
|
Reference in New Issue
Block a user