X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Freset%2Freset_profile.php;h=5507e0aa42b391a4287186e17d43949035ff195c;hb=499c5676104cbdcbf480cdab20a28a14247ac442;hp=1dfe8c6aed02cf30a1734dc231425ae7d802bde6;hpb=c8d76610eb94093d4eed4fcd8a6cb72e74c8f6d8;p=mailer.git diff --git a/inc/reset/reset_profile.php b/inc/reset/reset_profile.php index 1dfe8c6aed..5507e0aa42 100644 --- a/inc/reset/reset_profile.php +++ b/inc/reset/reset_profile.php @@ -47,6 +47,9 @@ if (!defined('__SECURITY')) { return; } +// Debug line +//* DEBUG: */ logDebugMessage(__FILE__, __LINE__, 'Daily reset started.'); + if ((isSendProfileUpdateEnabled()) && (getProfileUpdate() > 0) && (getResendProfileUpdate() > 0)) { // Load personal data $result = SQL_QUERY("SELECT @@ -97,5 +100,8 @@ ORDER BY SQL_FREERESULT($result); } // END - if +// Debug line +//* DEBUG: */ logDebugMessage(__FILE__, __LINE__, 'Daily reset ended.'); + // [EOF] ?>