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:
authorninadsp <ninadsp16289@gmail.com>2010-06-26 14:15:27 +0400
committerninadsp <ninadsp16289@gmail.com>2010-06-26 14:15:27 +0400
commitac7cab7160e52a710bb3a6c606efebfbfa652271 (patch)
treebde7e3f4db4e1135c67ba641fe31df32fbdbebcb /tbl_create.php
parent4214d83e123e4246c5e10963f607b33f8d301d35 (diff)
Revert "Revert "Merge remote branch 'origin/master'""
This reverts commit 4214d83e123e4246c5e10963f607b33f8d301d35.
Diffstat (limited to 'tbl_create.php')
-rwxr-xr-xtbl_create.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tbl_create.php b/tbl_create.php
index 02c637dff7..169960bb1b 100755
--- a/tbl_create.php
+++ b/tbl_create.php
@@ -249,6 +249,8 @@ if (isset($_REQUEST['do_save_data'])) {
$message = PMA_Message::success(__('Table %1$s has been created.'));
$message->addParam(PMA_backquote($db) . '.' . PMA_backquote($table));
+ PMA_ajaxResponse($message, $message->isSuccess());
+
$display_query = $sql_query;
$sql_query = '';