X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fpool%2Fpool-;h=ac2550aa2b1bcefeeeeeb94b5264851ecafde4e3;hb=e9da1508b2a3ccbf63adc999981674740a47e074;hp=17cb9f22460dbb55abdc86ae6689855ae7c68dce;hpb=263a089d8a499e0e26d0af9e7aa7639f88b8ca60;p=mailer.git diff --git a/inc/pool/pool- b/inc/pool/pool- index 17cb9f2246..ac2550aa2b 100644 --- a/inc/pool/pool- +++ b/inc/pool/pool- @@ -10,15 +10,14 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Sendet * * -------------------------------------------------------------------- * - * $Revision:: 1161 $ * - * $Date:: 2009-10-06 22:04:31 +0200 (Tue, 06 Oct 2009) $ * + * $Revision:: $ * + * $Date:: $ * * $Tag:: 0.2.1-FINAL $ * - * $Author:: quix0r $ * - * Needs to be in all Files and every File needs "svn propset * - * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * + * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * For more information visit: http://www.mxchange.org * + * Copyright (c) 2009 - 2015 by Mailer Developer Team * + * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -42,12 +41,12 @@ if (!defined('__SECURITY')) { } // Don't run on daily reset -if (isResetModeEnabled()) { +if ((isResetModeEnabled()) || (!isHtmlOutputMode())) { // Skip here - return false; + return FALSE; } elseif (!isExtensionActive('foo')) { // Abort if extension foo is not active - return false; + return FALSE; } // [EOF]