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:
authorMichal Čihař <mcihar@suse.cz>2011-07-22 11:10:37 +0400
committerMichal Čihař <mcihar@suse.cz>2011-07-22 11:10:37 +0400
commit219ec73d69a0bee94ac3bf98757db25360862b39 (patch)
treea45557d4d7faaa44cd9f916306cacd278e0a6c68 /db_create.php
parent36298932e2a80bbd207b3b86475033f8b728a0b4 (diff)
Spacing around if
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 502ac7fcd0..2d7877a718 100644
--- a/db_create.php
+++ b/db_create.php
@@ -48,7 +48,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);
}
@@ -62,7 +62,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