]> git.mxchange.org Git - mailer.git/blobdiff - inc/header.php
Earning subscriptions introduced (unfinished):
[mailer.git] / inc / header.php
index 48b35d40df7b0cfa3533598647563da490839392..0f592edb2bfaecb6d22ce9959f16637364e03fc4 100644 (file)
@@ -57,7 +57,9 @@ if (($GLOBALS['header_sent'] != 1) && ($GLOBALS['header_sent'] != 2)) {
        } // END - if
 
        // Closing HEAD tag
-       if ($GLOBALS['header_sent'] == '0') $GLOBALS['header_sent'] = 1;
+       if ($GLOBALS['header_sent'] == '0') {
+               $GLOBALS['header_sent'] = 1;
+       } // END - if
 } // END - if
 
 // Add BODY tag or not?