]> git.mxchange.org Git - mailer.git/blobdiff - inc/daily/daily_holiday.php
Some minor (text) improvements
[mailer.git] / inc / daily / daily_holiday.php
index e1488dd0bfa13f80f3111d4abdd73ce1bb34aa92..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 ext-holiday 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]
 ?>