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:
authorMadhura Jayaratne <madhura.cj@gmail.com>2015-02-09 09:37:43 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-02-09 09:37:43 +0300
commit8403bd6c7e67bcdfd5c8cc824d5473eaa3ac5b18 (patch)
tree53c7af818c57b22096b75d215d6c69ce1f3aab56 /tbl_addfield.php
parent6f9367b1652e6b5cee652ab4729bb0253ac74b95 (diff)
rfe #1235 Relation view: move to main "Structure" page
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
Diffstat (limited to 'tbl_addfield.php')
-rw-r--r--tbl_addfield.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/tbl_addfield.php b/tbl_addfield.php
index 209f07bf2e..0c7aa1da2f 100644
--- a/tbl_addfield.php
+++ b/tbl_addfield.php
@@ -92,10 +92,8 @@ if (isset($_REQUEST['do_save_data'])) {
__('Table %1$s has been altered successfully.')
);
$message->addParam($table);
- $response->addJSON('message', $message);
$response->addJSON(
- 'sql_query',
- PMA_Util::getMessage(null, $sql_query)
+ 'message', PMA_Util::getMessage($message, $sql_query, 'success')
);
exit;
} else {