]> git.mxchange.org Git - mailer.git/blobdiff - inc/header.php
Huge rewrite of default parameters, ext-network continued:
[mailer.git] / inc / header.php
index 261f49b4ef1318c0192fe0d1cd3daa73d8656cd8..05ad10994f37ddc9028c6bf9c71b2ef7352619d5 100644 (file)
@@ -74,7 +74,7 @@ if (($GLOBALS['header_sent'] != 1) && ($GLOBALS['header_sent'] != 2)) {
 
        // Closing HEAD tag
        if (getOutputMode() != 1) outputHtml('</head>');
-       if ($GLOBALS['header_sent'] == 0) $GLOBALS['header_sent'] = 1;
+       if ($GLOBALS['header_sent'] == '0') $GLOBALS['header_sent'] = 1;
 } // END - if
 
 // Add BODY tag or not?