]> git.mxchange.org Git - mailer.git/blobdiff - inc/hourly/hourly_
Some minor (text) improvements
[mailer.git] / inc / hourly / hourly_
index 839c095da1542835feaea71d36c79404dc0f1c1b..516957f147a7b06c8bc5dbcf1cb4f1f60f2e99d1 100644 (file)
@@ -16,8 +16,8 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
- * For more information visit: http://www.mxchange.org                  *
+ * Copyright (c) 2009 - 2012 by Mailer Developer Team                   *
+ * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
  * it under the terms of the GNU General Public License as published by *
@@ -42,17 +42,17 @@ if (!defined('__SECURITY')) {
        // Do not execute when script is in CSS mode or no hourly reset
        return;
 } elseif (!isExtensionActive('')) {
-       logDebugMessage(__FILE__, __LINE__, 'Not resetting, needed extension disabled.');
+       logDebugMessage(__FILE__, __LINE__, 'Not resetting, needed extension ext- disabled');
        return;
 }
 
 // Debug line
-//* DEBUG: */ logDebugMessage(__FILE__, __LINE__, 'hourly reset started.');
+//* DEBUG: */ logDebugMessage(__FILE__, __LINE__, 'hourly reset started');
 
 // Do your hourly-reset things here
 
 // Debug line
-//* DEBUG: */ logDebugMessage(__FILE__, __LINE__, 'hourly reset ended.');
+//* DEBUG: */ logDebugMessage(__FILE__, __LINE__, 'hourly reset ended');
 
 // [EOF]
 ?>