diff --git a/import_status.php b/import_status.php
index fa148f06e..93cd7ba00 100644
--- a/import_status.php
+++ b/import_status.php
@@ -16,17 +16,18 @@ header("Expires: Sat, 11 Jan 1991 06:30:00 GMT"); // Date in the past
// $GLOBALS["message"] is used for asking for an import message
if (isset($GLOBALS["message"]) && $GLOBALS["message"]) {
- header('Content-type: text/html');
+ header('Content-type: text/html');
- while ($_SESSION['Import_message']['message']==null) // wait until message is available
- usleep(250000); // 0.25 sec
+ while ($_SESSION['Import_message']['message'] == null) { // wait until message is available
+ usleep(250000); // 0.25 sec
+ }
- echo $_SESSION['Import_message']['message'];
- echo '
'."\n";
+ echo $_SESSION['Import_message']['message'];
+ echo ''."\n";
} else {
- PMA_importAjaxStatus($GLOBALS["id"]);
+ PMA_importAjaxStatus($GLOBALS["id"]);
}
?>
diff --git a/server_replication.php b/server_replication.php
index d57b1c737..13124bac0 100644
--- a/server_replication.php
+++ b/server_replication.php
@@ -27,7 +27,7 @@ require_once './libraries/server_synchronize.lib.php';
/**
* Checks if the user is allowed to do what he tries to...
*/
-if (!$is_superuser) {
+if (! $is_superuser) {
require './libraries/server_links.inc.php';
echo '