]> git.mxchange.org Git - mailer.git/blobdiff - inc/fatal_errors.php
A lot rewrites from double-quote to single-quote, some fixes for extension handling...
[mailer.git] / inc / fatal_errors.php
index f1f1ee7001299bccb74f02555bee6e1d010e5390..88f5c509a5c3112e65ac8f3823f8a69a25f76485 100644 (file)
@@ -47,10 +47,10 @@ if (getTotalFatalErrors() > 0) {
        LOAD_TEMPLATE("fatal_header");
 
        // Set unset variable
-       if (empty($check)) $check = "";
+       if (empty($check)) $check = '';
        if ((isInstalling()) || (!isInstalled())) {
                // While we are installing ouput other header than while it is installed... :-)
-               $OUT = "";
+               $OUT = '';
                foreach (getFatalArray() as $key => $value) {
                        // Prepare content for the template
                        $content = array(
@@ -66,7 +66,7 @@ if (getTotalFatalErrors() > 0) {
                LOAD_TEMPLATE("install_fatal_table", false, $OUT);
        } elseif (isInstalled()) {
                // Display all runtime fatal errors
-               $OUT = "";
+               $OUT = '';
                foreach (getFatalArray() as $key => $value) {
                        // Prepare content for the template
                        $content = array(