]> git.mxchange.org Git - mailer.git/blobdiff - inc/mails/_mails.php
Removed comment introduced by Profi-Concept, this comment should fine (in a much...
[mailer.git] / inc / mails / _mails.php
index df6dd791bc814e123137f72cb3d1a69b07358f56..b352e33a87700d3661760404c3c716f57b7ba5fb 100644 (file)
@@ -14,8 +14,6 @@
  * $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                    *
@@ -45,7 +43,7 @@ if (!defined('__SECURITY')) {
 }
 
 // Do not execute when script is in CSS mode
-if (getOutputMode() != 0) return;
+if (!isHtmlOutputMode()) return;
 
 // [EOF]
 ?>