]> git.mxchange.org Git - mailer.git/blobdiff - inc/hourly/hourly_
Some minor (text) improvements
[mailer.git] / inc / hourly / hourly_
index f46c742f5e704fa738ac30b4fb8bbc26afeb452f..516957f147a7b06c8bc5dbcf1cb4f1f60f2e99d1 100644 (file)
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  :                                                  *
  * -------------------------------------------------------------------- *
- * $Revision:: 2247                                                   $ *
- * $Date:: 2011-01-18 16:44:31 +0100 (Tue, 18 Jan 2011)               $ *
+ * $Revision::                                                        $ *
+ * $Date::                                                            $ *
  * $Tag:: 0.2.1-FINAL                                                 $ *
- * $Author:: quix0r                                                   $ *
+ * $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]
 ?>