Now shows the sql query too when renaming a database.

This commit is contained in:
ninadsp
2010-06-27 23:04:18 +05:30
parent a3dd431bdb
commit a968b58d5c
2 changed files with 2 additions and 0 deletions

View File

@@ -267,6 +267,7 @@ if (strlen($db) && (! empty($db_rename) || ! empty($db_copy))) {
if( $GLOBALS['is_ajax_request'] == true) {
$extra_data['newname'] = $newname;
$extra_data['sqlquery'] = PMA_showMessage(NULL, $sql_query);
PMA_ajaxResponse($message, $message->isSuccess(), $extra_data);
};
}