X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fdaily%2Fdaily_holiday.php;h=b35ae3e79d1ec5754d7ba30f6617c4fe965ef0ed;hp=4f759d7710745af94a141b5ee7fbe5d3e42f6cac;hb=cd7d344ea7007cfa20413acd3e03e50f0ab86d86;hpb=094f3a6af3b901020395eafee16b3b5e151f1137 diff --git a/inc/daily/daily_holiday.php b/inc/daily/daily_holiday.php index 4f759d7710..b35ae3e79d 100644 --- a/inc/daily/daily_holiday.php +++ b/inc/daily/daily_holiday.php @@ -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()) && (getConfig('holiday_mode') == 'RESET'))) { +} elseif ((!isHtmlOutputMode()) || ((!isDailyResetEnabled()) && (getConfig('holiday_mode') == 'RESET'))) { // Do not execute when script is in non-HTML mode or no daily reset return; } elseif (!isExtensionActive('holiday')) {