]> git.mxchange.org Git - mailer.git/blobdiff - inc/monthly/monthly_bonus.php
Minor: With dot again (better grammar)
[mailer.git] / inc / monthly / monthly_bonus.php
index 2561af86c2a4e30f06e9fbe7c16ad3394a03e6ec..c2222424b7218e7c0050430255897f723af5ea62 100644 (file)
@@ -42,12 +42,12 @@ if (!defined('__SECURITY')) {
        // Do not execute when script is in CSS mode or no hourly 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__, 'Monthly reset started');
+//* DEBUG: */ logDebugMessage(__FILE__, __LINE__, 'Monthly reset started.');
 
 if ((getBonusRanks() > 0) && (!isCssOutputMode())) {
        // Extension 'autopurge' is inactive or purging of inactive accounts is deactivated
@@ -110,7 +110,7 @@ SET
 } // END - if
 
 // Debug line
-//* DEBUG: */ logDebugMessage(__FILE__, __LINE__, 'Monthly reset ended');
+//* DEBUG: */ logDebugMessage(__FILE__, __LINE__, 'Monthly reset ended.');
 
 // [EOF]
 ?>