Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAtul Pratap Singh <atulpratapsingh05@gmail.com>2013-07-29 18:07:43 +0400
committerAtul Pratap Singh <atulpratapsingh05@gmail.com>2013-07-29 18:18:29 +0400
commit90b04fd1e771b9691452b91cabbb953325b808dc (patch)
tree7bd12bfa07da9cf70a4c0688a2ad085afd93a1cc /import.php
parent0f58a928ce44919265b9a62c20f2ad2bf40edddd (diff)
Left while fixing 4006
Diffstat (limited to 'import.php')
-rw-r--r--import.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/import.php b/import.php
index a8942dc047..d21c13af3e 100644
--- a/import.php
+++ b/import.php
@@ -616,7 +616,7 @@ if ($go_sql) {
$response = PMA_Response::getInstance();
$response->isSuccess(true);
$response->addJSON('message', PMA_Message::success($msg));
- $response->addJSON('sql_query', PMA_Util::getMessage('', $sql_query));
+ $response->addJSON('sql_query', PMA_Util::getMessage($msg, $sql_query, 'success'));
} else if ($result == false) {
$response = PMA_Response::getInstance();
$response->isSuccess(false);