]> git.mxchange.org Git - mailer.git/blobdiff - inc/daily/daily_user_subids.php
Some minor (text) improvements
[mailer.git] / inc / daily / daily_user_subids.php
index 9a3ebee5977977d4e4d24df0dc85a7cb29a1a78d..11a0d1ce2171130adc05b10b1452a4f718955b22 100644 (file)
@@ -47,7 +47,7 @@ if (!defined('__SECURITY')) {
 }
 
 // Debug line
-//* DEBUG: */ logDebugMessage(__FILE__, __LINE__, 'Daily reset started.');
+//* DEBUG: */ logDebugMessage(__FILE__, __LINE__, 'Daily reset started');
 
 // Is auto-purging activated and configured correctly?
 if ((isApSubidsEnabled()) && (getApSubidsSince() > 0)) {
@@ -66,7 +66,7 @@ WHERE
 } // END - if
 
 // Debug line
-//* DEBUG: */ logDebugMessage(__FILE__, __LINE__, 'Daily reset ended.');
+//* DEBUG: */ logDebugMessage(__FILE__, __LINE__, 'Daily reset ended');
 
 // [EOF]
 ?>