]> git.mxchange.org Git - mailer.git/blobdiff - inc/purge/purge-coupon.php
Updated copyright notice as there are changes in this year
[mailer.git] / inc / purge / purge-coupon.php
index 8502b3dd10617d8d86a64b765ae427ec152d2f5f..a0cf1f3fb851cc439264d1caf8d1082855e5eda9 100644 (file)
@@ -16,7 +16,7 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2012 by Mailer Developer Team                   *
+ * Copyright (c) 2009 - 2013 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -39,7 +39,7 @@
 if (!defined('__SECURITY')) {
        die();
 } elseif (!isExtensionActive('coupon')) {
-       logDebugMessage(__FILE__, __LINE__, 'Not resetting, needed extension disabled.');
+       logDebugMessage(__FILE__, __LINE__, 'Not resetting, needed extension ext-coupon disabled.');
        return;
 }
 
@@ -59,7 +59,7 @@ WHERE
 ORDER BY
        `id` ASC', __FILE__, __LINE__);
 
-// Do we have entries?
+// Are there entries?
 if (SQL_NUMROWS($result) > 0) {
        // Init variables
        $out = '';