]> git.mxchange.org Git - mailer.git/blobdiff - inc/daily/daily_doubler.php
Some minor (text) improvements
[mailer.git] / inc / daily / daily_doubler.php
index 7f04664e4ed041d456897672cb974ff288d04308..adf557eb1d0b43c3ec4aae7931839bd3feaea005 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 *
@@ -41,19 +41,19 @@ if (!defined('__SECURITY')) {
 } elseif ((!isHtmlOutputMode()) || (!isResetModeEnabled())) {
        // Do not execute when script is in CSS mode or no daily reset
        return;
-} elseif ((!isExtensionActive('doubler')) || (getConfig('doubler_send_mode') != 'RESET')) {
-       logDebugMessage(__FILE__, __LINE__, 'Not resetting, needed extension disabled.');
+} elseif ((!isExtensionActive('doubler')) || (getDoublerSendMode() != 'RESET')) {
+       logDebugMessage(__FILE__, __LINE__, 'Not resetting, needed extension ext-doubler disabled');
        return;
 }
 
 // Debug line
-//* DEBUG: */ logDebugMessage(__FILE__, __LINE__, 'Daily reset started.');
+//* DEBUG: */ logDebugMessage(__FILE__, __LINE__, 'Daily reset started');
 
 // Include it
 loadIncludeOnce('inc/mails/doubler_mails.php');
 
 // Debug line
-//* DEBUG: */ logDebugMessage(__FILE__, __LINE__, 'Daily reset ended.');
+//* DEBUG: */ logDebugMessage(__FILE__, __LINE__, 'Daily reset ended');
 
 // [EOF]
 ?>