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:
authorHugues Peccatte <hugues.peccatte@gmail.com>2015-09-26 14:50:49 +0300
committerHugues Peccatte <hugues.peccatte@gmail.com>2015-09-26 14:50:49 +0300
commit71b62bcef9861e452becb02e63b382aeec8645ba (patch)
tree015ad14fc966ee5d8681695a67ed8e6fc628d829 /normalization.php
parent5f17b32689ebc8850d83bae299bcdb8957531495 (diff)
parent62859dffbc6430d4b4d647c2f9cabd66bc4bb7f5 (diff)
Merge remote-tracking branch 'origin/master' into useNamespaces_master
Diffstat (limited to 'normalization.php')
-rw-r--r--normalization.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/normalization.php b/normalization.php
index 41bc011ec2..f98b8cce0a 100644
--- a/normalization.php
+++ b/normalization.php
@@ -105,7 +105,7 @@ if (isset($_REQUEST['step1'])) {
} else if (isset($_REQUEST['step3'])) {
$res = PMA_getHtmlContentsFor1NFStep3($db, $table);
$response->addJSON($res);
-} else if (isset ($_REQUEST['step4'])) {
+} else if (isset($_REQUEST['step4'])) {
$res = PMA_getHtmlContentsFor1NFStep4($db, $table);
$response->addJSON($res);
} else if (isset($_REQUEST['step']) && $_REQUEST['step'] == 2.1) {