]> git.mxchange.org Git - mailer.git/blobdiff - inc/daily/daily_profile.php
Added script template for cron jobs, fixed some checks on CSS/HTML mode
[mailer.git] / inc / daily / daily_profile.php
index 70b0eb96b5882a04e60810b13e90016a87f053a1..4fdda8ba0d6939334d5e05c4dc05546e176f07ca 100644 (file)
@@ -40,7 +40,7 @@
 if (!defined('__SECURITY')) {
        die();
 } elseif ((!isHtmlOutputMode()) || (!isResetModeEnabled())) {
-       // 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('profile')) {
        logDebugMessage(__FILE__, __LINE__, 'Not resetting, needed extension ext-profile disabled.');