]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/coupon_functions.php
Updated copyright year.
[mailer.git] / inc / libs / coupon_functions.php
index b5b2a911e333f2468fa1091be6658f2943e86173..87af16151041a52355a876e781ab3e064f1aea1a 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 - 2016 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,7 +42,7 @@ if (!defined('__SECURITY')) {
 
 // Wrapper function for 'coupon_default_points'
 function getCouponDefaultPoints () {
-       // Do we have cache?
+       // Is there cache?
        if (!isset($GLOBALS[__FUNCTION__])) {
                // Get config entry
                $GLOBALS[__FUNCTION__] = getConfig('coupon_default_points');
@@ -54,7 +54,7 @@ function getCouponDefaultPoints () {
 
 // Wrapper function for 'coupon_autopurge_time'
 function getCouponAutopurgeTime () {
-       // Do we have cache?
+       // Is there cache?
        if (!isset($GLOBALS[__FUNCTION__])) {
                // Get config entry
                $GLOBALS[__FUNCTION__] = getConfig('coupon_autopurge_time');
@@ -66,7 +66,7 @@ function getCouponAutopurgeTime () {
 
 // Wrapper function for 'coupon_userid'
 function getCouponUserid () {
-       // Do we have cache?
+       // Is there cache?
        if (!isset($GLOBALS[__FUNCTION__])) {
                // Get config entry
                $GLOBALS[__FUNCTION__] = getConfig('coupon_userid');