]> git.mxchange.org Git - mailer.git/blobdiff - inc/reset/reset_100_bonus.php
The usual asset of bugfixes/improvements:
[mailer.git] / inc / reset / reset_100_bonus.php
index 55933843d7de259b0afa78a6786081ef8100afac..265388459af8f4b4c8fb74dc6287709f57655e31 100644 (file)
@@ -46,6 +46,9 @@ if (!defined('__SECURITY')) {
        return;
 }
 
+// Debug line
+//* DEBUG: */ logDebugMessage(__FILE__, __LINE__, 'Daily reset started.');
+
 // Check for 100% klickrate mails
 $result_bonus = SQL_QUERY("SELECT
        `id`, `userid`, `subject`, `timestamp_ordered`, `clicks`, `url`
@@ -84,5 +87,8 @@ if (!SQL_HASZERONUMS($result_bonus)) {
 // Free memory
 SQL_FREERESULT($result_bonus);
 
+// Debug line
+//* DEBUG: */ logDebugMessage(__FILE__, __LINE__, 'Daily reset ended.');
+
 // [EOF]
 ?>