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:08:12 +0400
committerninadsp <ninadsp16289@gmail.com>2010-06-26 14:08:12 +0400
commitc850b8be8ba2987f395eb76948a9a29c70dda2f8 (patch)
treebde7e3f4db4e1135c67ba641fe31df32fbdbebcb /tbl_create.php
parentdcdde2f99f1fe94e3baaf41d07cea747411ca3c8 (diff)
parent1be2d538dfae929582b9ff6b4a6bdc643609da9e (diff)
Merge remote branch 'origin/master'
Conflicts: po/tr.po
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 = '';