]> git.mxchange.org Git - mailer.git/blobdiff - inc/weekly/weekly_surfbar.php
Some minor (text) improvements
[mailer.git] / inc / weekly / weekly_surfbar.php
index b9b2c4fa5a34498742f05f17713fd0795e4d6d01..ae77a1d5de2779192b008cf65f59dcfe85fe66e4 100644 (file)
@@ -42,18 +42,18 @@ if (!defined('__SECURITY')) {
        // Do not execute when script is in CSS mode or no daily reset
        return;
 } elseif (!isExtensionActive('surfbar')) {
        // Do not execute when script is in CSS mode or no daily reset
        return;
 } elseif (!isExtensionActive('surfbar')) {
-       logDebugMessage(__FILE__, __LINE__, 'Not resetting, needed extension disabled.');
+       logDebugMessage(__FILE__, __LINE__, 'Not resetting, needed extension ext-surfbar disabled');
        return;
 }
 
 // Debug line
        return;
 }
 
 // Debug line
-//* DEBUG: */ logDebugMessage(__FILE__, __LINE__, 'Weekly reset started.');
+//* DEBUG: */ logDebugMessage(__FILE__, __LINE__, 'Weekly reset started');
 
 // Reset the surfbar counter
 updateConfiguration('surfbar_weekly_counter', 0);
 
 // Debug line
 
 // Reset the surfbar counter
 updateConfiguration('surfbar_weekly_counter', 0);
 
 // Debug line
-//* DEBUG: */ logDebugMessage(__FILE__, __LINE__, 'Weekly reset ended.');
+//* DEBUG: */ logDebugMessage(__FILE__, __LINE__, 'Weekly reset ended');
 
 // [EOF]
 ?>
 
 // [EOF]
 ?>