X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Floader%2Fload_cache-filter.php;h=bbc358114a47b033432d908c6e2559b5e767372e;hb=5119510b066e7d05bceb19fd24a2287113a6190f;hp=47f903ff78bad0e6b951a735fdbfca8a124d243c;hpb=fc07ca1ff0407536a14a6d04555ba54c5f3e719d;p=mailer.git diff --git a/inc/loader/load_cache-filter.php b/inc/loader/load_cache-filter.php index 47f903ff78..bbc358114a 100644 --- a/inc/loader/load_cache-filter.php +++ b/inc/loader/load_cache-filter.php @@ -14,10 +14,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 * * For more information visit: http://www.mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -51,7 +50,7 @@ if (($GLOBALS['cache_instance']->loadCacheFile('filter')) && ($GLOBALS['cache_in // Prepare the array here prepareFilterArray(); -} elseif ((getOutputMode() != 1) && (isExtensionInstalled('sql_patches'))) { +} elseif ((isHtmlOutputMode()) && (isExtensionInstalled('sql_patches'))) { // Create cache file here $GLOBALS['cache_instance']->init();