X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fdaily%2Fdaily_100_bonus.php;h=59f5c9b0d47c8033fb177097803c2d034f236ef2;hb=de0c8d04d89614de9deca7be6b6acbe41f500280;hp=dcca9cb084e91a54a7d60d2c5ec1b7d32309b379;hpb=02926f5327b32cae01d13b3db3fdfad971393982;p=mailer.git diff --git a/inc/daily/daily_100_bonus.php b/inc/daily/daily_100_bonus.php index dcca9cb084..59f5c9b0d4 100644 --- a/inc/daily/daily_100_bonus.php +++ b/inc/daily/daily_100_bonus.php @@ -42,12 +42,12 @@ if (!defined('__SECURITY')) { // Do not execute when script is in CSS mode or no daily reset return; } elseif (!isExtensionActive('bonus')) { - logDebugMessage(__FILE__, __LINE__, 'Not resetting, needed extension ext-bonus disabled.'); + logDebugMessage(__FILE__, __LINE__, 'Not resetting, needed extension ext-bonus disabled'); return; } // Debug line -//* DEBUG: */ logDebugMessage(__FILE__, __LINE__, 'Daily reset started.'); +//* DEBUG: */ logDebugMessage(__FILE__, __LINE__, 'Daily reset started'); // Check for 100% klickrate mails $result_bonus = SQL_QUERY("SELECT @@ -93,7 +93,7 @@ if (!SQL_HASZERONUMS($result_bonus)) { SQL_FREERESULT($result_bonus); // Debug line -//* DEBUG: */ logDebugMessage(__FILE__, __LINE__, 'Daily reset ended.'); +//* DEBUG: */ logDebugMessage(__FILE__, __LINE__, 'Daily reset ended'); // [EOF] ?>