Code-style applied, surfbar URLs can now be edited
[mailer.git] / inc / fatal_errors.php
index 6bb6a0ca55886cdc5ec99f641497f1e3f7d0ff27..05959f4e2623c2170d3f281b58314d9950318ed9 100644 (file)
@@ -48,7 +48,7 @@ if ((sizeof($FATAL) > 0) || (!empty($FATAL[0])))
        if (isBooleanConstantAndTrue('mxchange_installing')) {
                // While we are installing ouput other header than while it is installed... :-)
                $OUT = "";
-               foreach ($FATAL as $key=>$value) {
+               foreach ($FATAL as $key => $value) {
                        // Prepare content for the template
                        $content = array(
                                'key'   => ($key + 1),
@@ -64,7 +64,7 @@ if ((sizeof($FATAL) > 0) || (!empty($FATAL[0])))
        } elseif (isBooleanConstantAndTrue('mxchange_installed')) {
                // Display all runtime fatal errors
                $OUT = "";
-               foreach ($FATAL as $key=>$value) {
+               foreach ($FATAL as $key => $value) {
                        // Prepare content for the template
                        $content = array(
                                'key'   => ($key + 1),