]> git.mxchange.org Git - mailer.git/blobdiff - inc/loader/load_cache-extension.php
Initial TRANSLATORS.txt added
[mailer.git] / inc / loader / load_cache-extension.php
index 95dd73c7bf55f4b369652fb0012f9f5346bd2f08..d288f7827d0039b30328db004b42a52f2526b07d 100644 (file)
@@ -16,8 +16,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                    *
@@ -132,7 +130,7 @@ if (($GLOBALS['cache_instance']->loadCacheFile('extension')) && ($GLOBALS['cache
 
        // Remove array and mark cache as loaded
        unset($EXT_POOL);
-} elseif (getOutputMode() != 1) {
+} elseif (isHtmlOutputMode()) {
        // Create cache file here
        $GLOBALS['cache_instance']->init();