]> 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 35596d28eb939ec147db61adcc467a5a2be9773c..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 ext-coupon disabled');
+       logDebugMessage(__FILE__, __LINE__, 'Not resetting, needed extension ext-coupon disabled.');
        return;
 }