X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Flibs%2Fbonus_functions.php;h=48d29cd3bc70d3b0617d4e8f7b15999e56ecf414;hp=eb23d167477cc9bd603773e27e78be3068046294;hb=8fad776382e63b3f73f8dbe289f229d79cfc2c22;hpb=b0ed0547ba277e815ca38b3333b191149a88019c diff --git a/inc/libs/bonus_functions.php b/inc/libs/bonus_functions.php index eb23d16747..48d29cd3bc 100644 --- a/inc/libs/bonus_functions.php +++ b/inc/libs/bonus_functions.php @@ -281,7 +281,7 @@ function purgeExpiredTurboBonus() { // Determines whether the "bonus rallye" is active function isBonusRallyeActive () { - // Do we have cache? + // Is there cache? if (!isset($GLOBALS['bonus_rallye_active'])) { // Just determine it $GLOBALS['bonus_rallye_active'] = (getConfig('bonus_active') == 'Y'); @@ -293,7 +293,7 @@ function isBonusRallyeActive () { // Determines whether the "bonus new_member_notify" is active function isBonusNewMemberNotifyEnabled () { - // Do we have cache? + // Is there cache? if (!isset($GLOBALS['bonus_new_member_notify_active'])) { // Just determine it $GLOBALS['bonus_new_member_notify_active'] = (getConfig('bonus_new_member_notify') == 'Y'); @@ -305,7 +305,7 @@ function isBonusNewMemberNotifyEnabled () { // Getter for bonus_timeout function getBonusTimeout () { - // Do we have cache? + // Is there cache? if (!isset($GLOBALS[__FUNCTION__])) { // Determine it $GLOBALS[__FUNCTION__] = getConfig('bonus_timeout'); @@ -317,7 +317,7 @@ function getBonusTimeout () { // Getter for bonus_mode function getBonusMode () { - // Do we have cache? + // Is there cache? if (!isset($GLOBALS[__FUNCTION__])) { // Determine it $GLOBALS[__FUNCTION__] = getConfig('bonus_mode'); @@ -329,7 +329,7 @@ function getBonusMode () { // Getter for bonus_ranks function getBonusRanks () { - // Do we have cache? + // Is there cache? if (!isset($GLOBALS[__FUNCTION__])) { // Determine it $GLOBALS[__FUNCTION__] = getConfig('bonus_ranks'); @@ -341,7 +341,7 @@ function getBonusRanks () { // Getter for turbo_rates function getTurboRates () { - // Do we have cache? + // Is there cache? if (!isset($GLOBALS[__FUNCTION__])) { // Determine it $GLOBALS[__FUNCTION__] = getConfig('turbo_rates'); @@ -353,7 +353,7 @@ function getTurboRates () { // Getter for login_timeout function getLoginTimeout () { - // Do we have cache? + // Is there cache? if (!isset($GLOBALS[__FUNCTION__])) { // Determine it $GLOBALS[__FUNCTION__] = getConfig('login_timeout'); @@ -365,7 +365,7 @@ function getLoginTimeout () { // Getter for bonus_ref function getBonusRef () { - // Do we have cache? + // Is there cache? if (!isset($GLOBALS[__FUNCTION__])) { // Determine it $GLOBALS[__FUNCTION__] = getConfig('bonus_ref');