X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fheader.php;h=0f592edb2bfaecb6d22ce9959f16637364e03fc4;hb=ff1488d7c57838e4a34ce6f392e85daaed8e4209;hp=2f5f4a1527d4f337041dd42ab66fd1b707f1da39;hpb=229c7f934f0976dee3cf2908ebf526ba503c7857;p=mailer.git diff --git a/inc/header.php b/inc/header.php index 2f5f4a1527..0f592edb2b 100644 --- a/inc/header.php +++ b/inc/header.php @@ -16,11 +16,9 @@ * $Date:: $ * * $Tag:: 0.2.1-FINAL $ * * $Author:: $ * - * Needs to be in all Files and every File needs "svn propset * - * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009, 2010 by Mailer Developer Team * + * Copyright (c) 2009 - 2011 by Mailer Developer Team * * For more information visit: http://www.mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -59,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?