diff --git a/db_operations.php b/db_operations.php index 95c626f7a..bc0ca3e71 100755 --- a/db_operations.php +++ b/db_operations.php @@ -264,6 +264,10 @@ if (strlen($db) && (! empty($db_rename) || ! empty($db_copy))) { $message = PMA_Message::error(); } } + + if( $GLOBALS['is_ajax_request'] == true) { + PMA_ajaxResponse($message, $message->isSuccess()); + }; } /* @@ -440,7 +444,7 @@ if (!$is_information_schema) { * Copy database */ ?> -