X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fdaily%2Fdaily_holiday.php;h=4f759d7710745af94a141b5ee7fbe5d3e42f6cac;hp=dcf962f325913fe64fb9a0053151a8497816d50b;hb=094f3a6af3b901020395eafee16b3b5e151f1137;hpb=2620069f5aee9e3d8fb3db954b2ad0a40dccc6f2 diff --git a/inc/daily/daily_holiday.php b/inc/daily/daily_holiday.php index dcf962f325..4f759d7710 100644 --- a/inc/daily/daily_holiday.php +++ b/inc/daily/daily_holiday.php @@ -39,7 +39,7 @@ if (!defined('__SECURITY')) { die(); } elseif ((!isHtmlOutputMode()) || ((!isResetModeEnabled()) && (getConfig('holiday_mode') == 'RESET'))) { - // Do not execute when script is in CSS mode or no daily reset + // Do not execute when script is in non-HTML mode or no daily reset return; } elseif (!isExtensionActive('holiday')) { if (isDebugModeEnabled()) logDebugMessage(__FILE__, __LINE__, 'Not resetting, needed extension ext-holiday disabled.');