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:
authorPiotr Przybylski <piotrprz@gmail.com>2011-08-03 02:25:43 +0400
committerPiotr Przybylski <piotrprz@gmail.com>2011-08-03 02:25:43 +0400
commitce7e6feaf528cdba079f707670818c83e436645f (patch)
tree6e20a60ca3b21f16d3fb791b51d01fdd91500ed8 /tbl_alter.php
parentb41976e5520c87a066c8da73b7972d8f7c6ff2c0 (diff)
parent54fbcaa1403e9d97e41fb28c1751f6051037a295 (diff)
Merge remote-tracking branch 'origin/master' into drizzle
Conflicts: libraries/export/htmlword.php libraries/export/latex.php libraries/export/odt.php libraries/export/sql.php libraries/export/texytext.php libraries/export/xml.php
Diffstat (limited to 'tbl_alter.php')
-rw-r--r--tbl_alter.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tbl_alter.php b/tbl_alter.php
index 87ad921b10..a76af5938b 100644
--- a/tbl_alter.php
+++ b/tbl_alter.php
@@ -130,9 +130,9 @@ if (isset($_REQUEST['do_save_data'])) {
}
}
- if ( $GLOBALS['is_ajax_request'] == true) {
+ if ( $_REQUEST['ajax_request'] == true) {
$extra_data['sql_query'] = PMA_showMessage(NULL, $sql_query);
- PMA_ajaxResponse($message, $message->isSuccess(),$extra_data);
+ PMA_ajaxResponse($message, $message->isSuccess(), $extra_data);
}
$active_page = 'tbl_structure.php';