]> git.mxchange.org Git - mailer.git/blobdiff - inc/daily/daily_holiday.php
Rewrote handling of 'menu adverts' to a filter. This allows e.g. ext-clickbanner...
[mailer.git] / inc / daily / daily_holiday.php
index 2f8ffb29634fdc74b53fa6fa62c5f6bc636aac53..f091c5c2ddbc5b77e490e09b7b765aa6066913c5 100644 (file)
@@ -42,12 +42,12 @@ if (!defined('__SECURITY')) {
        // Do not execute when script is in CSS mode or no daily reset
        return;
 } elseif (!isExtensionActive('holiday')) {
-       logDebugMessage(__FILE__, __LINE__, 'Not resetting, needed extension disabled.');
+       logDebugMessage(__FILE__, __LINE__, 'Not resetting, needed extension ext-holiday disabled');
        return;
 }
 
 // Debug line
-//* DEBUG: */ logDebugMessage(__FILE__, __LINE__, 'Daily reset started.');
+//* DEBUG: */ logDebugMessage(__FILE__, __LINE__, 'Daily reset started');
 
 // Check for holidays we need to enable and send email to user
 $result_main = SQL_QUERY("SELECT
@@ -125,7 +125,7 @@ SQL_FREERESULT($result_main);
 stopHolidays();
 
 // Debug line
-//* DEBUG: */ logDebugMessage(__FILE__, __LINE__, 'Daily reset ended.');
+//* DEBUG: */ logDebugMessage(__FILE__, __LINE__, 'Daily reset ended');
 
 // [EOF]
 ?>