]> git.mxchange.org Git - mailer.git/blobdiff - inc/reset/reset_holiday.php
More wrapper functions introduced, duplicate language strings merged:
[mailer.git] / inc / reset / reset_holiday.php
index 33689d69dec2932dd7ea432183153a087bb04fe3..a4a9f316bc424ad2cb0aa9a5ed1aa3a2b4eb8799 100644 (file)
@@ -46,6 +46,9 @@ if (!defined('__SECURITY')) {
        return;
 }
 
+// Debug line
+//* DEBUG: */ logDebugMessage(__FILE__, __LINE__, 'Daily reset started.');
+
 // Check for holidays we need to enable and send email to user
 $result_main = SQL_QUERY("SELECT
        `userid`, `holiday_activated`
@@ -119,5 +122,8 @@ SQL_FREERESULT($result_main);
 // Stop currently activated holidays
 stopHolidays();
 
+// Debug line
+//* DEBUG: */ logDebugMessage(__FILE__, __LINE__, 'Daily reset ended.');
+
 // [EOF]
 ?>