X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmonthly%2Fmonthly_surfbar.php;h=83f98c95163a091f62a6cf334534a73722d7bee2;hp=9e886c67d0bec53271c3a318a1afab32cfce1847;hb=1c2d077de1940e35b00ad895e75039949c979cae;hpb=995488beda665a1fc3de65df95f2d1ae236d1245 diff --git a/inc/monthly/monthly_surfbar.php b/inc/monthly/monthly_surfbar.php index 9e886c67d0..83f98c9516 100644 --- a/inc/monthly/monthly_surfbar.php +++ b/inc/monthly/monthly_surfbar.php @@ -14,11 +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 * + * 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 * @@ -40,16 +38,22 @@ // Some security stuff... if (!defined('__SECURITY')) { die(); -} elseif ((getOutputMode() == 1) || (!isResetModeEnabled())) { - // Do not execute when script is in CSS mode or no daily reset +} elseif ((isCssOutputMode()) || (!isResetModeEnabled())) { + // Do not execute when script is in CSS mode or no hourly reset return; } elseif (!isExtensionActive('surfbar')) { logDebugMessage(__FILE__, __LINE__, 'Not resetting, needed extension disabled.'); return; } +// Debug line +//* DEBUG: */ logDebugMessage(__FILE__, __LINE__, 'Monthly reset started.'); + // Reset surfbar counter updateConfiguration('surfbar_monthly_counter', 0); +// Debug line +//* DEBUG: */ logDebugMessage(__FILE__, __LINE__, 'Monthly reset ended.'); + // [EOF] ?>