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:13:52 +0400
committerninadsp <ninadsp16289@gmail.com>2010-06-26 14:13:52 +0400
commit4214d83e123e4246c5e10963f607b33f8d301d35 (patch)
tree45c9fcf9a5cc7565113864298736119ce0fb96b6 /tbl_create.php
parentc850b8be8ba2987f395eb76948a9a29c70dda2f8 (diff)
Revert "Merge remote branch 'origin/master'"
This reverts commit c850b8be8ba2987f395eb76948a9a29c70dda2f8, reversing changes made to dcdde2f99f1fe94e3baaf41d07cea747411ca3c8.
Diffstat (limited to 'tbl_create.php')
-rwxr-xr-xtbl_create.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/tbl_create.php b/tbl_create.php
index 169960bb1b..02c637dff7 100755
--- a/tbl_create.php
+++ b/tbl_create.php
@@ -249,8 +249,6 @@ 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 = '';