X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Fcoupon_functions.php;h=e061fb16c5d9346f57f11995d16c51b5c91f3231;hb=b7b137ecdbbfc940bd7238981472d8f795442040;hp=b5b2a911e333f2468fa1091be6658f2943e86173;hpb=e78eede1b3ad977f89c45effc9a4ef1275d90214;p=mailer.git diff --git a/inc/libs/coupon_functions.php b/inc/libs/coupon_functions.php index b5b2a911e3..e061fb16c5 100644 --- a/inc/libs/coupon_functions.php +++ b/inc/libs/coupon_functions.php @@ -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 * @@ -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');