]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/coupon_functions.php
Rewrote 'we' word a little, rewrote mail order to use SQL_INSERTID() instead of anoth...
[mailer.git] / inc / libs / coupon_functions.php
index 62bc2d4167251b320094a766d67571286eeedffe..e061fb16c5d9346f57f11995d16c51b5c91f3231 100644 (file)
@@ -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');