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-07-22 13:07:04 +0400
committerPiotr Przybylski <piotrprz@gmail.com>2011-07-22 13:07:04 +0400
commit3586bb992f0e6c325207dc55bd01c1f3607f0b31 (patch)
tree8152d54c4ae7e92c342bf1f5e2126fee22ecdbdb /db_create.php
parent74a00a110f6d15d24b5b40c02ec8a3916a6acd15 (diff)
parentd8f6e7da389da4ff99435dea358b713af116f9e1 (diff)
Merge remote-tracking branch 'origin/master' into drizzle
Conflicts: db_structure.php libraries/database_interface.lib.php libraries/server_synchronize.lib.php server_status.php sql.php
Diffstat (limited to 'db_create.php')
-rw-r--r--db_create.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/db_create.php b/db_create.php
index c404461f9f..84ef1a55fd 100644
--- a/db_create.php
+++ b/db_create.php
@@ -50,7 +50,7 @@ if (! $result) {
/**
* If in an Ajax request, just display the message with {@link PMA_ajaxResponse}
*/
- if($GLOBALS['is_ajax_request'] == true) {
+ if ($GLOBALS['is_ajax_request'] == true) {
PMA_ajaxResponse($message, false);
}
@@ -64,7 +64,7 @@ if (! $result) {
/**
* If in an Ajax request, build the output and send it
*/
- if($GLOBALS['is_ajax_request'] == true) {
+ if ($GLOBALS['is_ajax_request'] == true) {
/**
* String containing the SQL Query formatted in pretty HTML