X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fmonthly%2Fmonthly_;h=829b30688396149840ec97bc2020a0b8bcd4b2ad;hb=2f7fcd4e249c96579e6e1d33737c49c819074231;hp=a6cd3a91d7a8619ab928a405957f90befb0fdc42;hpb=094f3a6af3b901020395eafee16b3b5e151f1137;p=mailer.git diff --git a/inc/monthly/monthly_ b/inc/monthly/monthly_ index a6cd3a91d7..829b306883 100644 --- a/inc/monthly/monthly_ +++ b/inc/monthly/monthly_ @@ -16,7 +16,7 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2012 by Mailer Developer Team * + * Copyright (c) 2009 - 2013 by Mailer Developer Team * * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -38,7 +38,7 @@ // Some security stuff... if (!defined('__SECURITY')) { die(); -} elseif ((!isHtmlOutputMode()) || (isResetModeEnabled())) { +} elseif ((!isHtmlOutputMode()) || (isMonthlyResetEnabled())) { // Do not execute when script is in non-HTML mode or no hourly reset return; } elseif (!isExtensionActive('')) {