X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Flibs%2Fdoubler_functions.php;h=c29c36b3c47c02972eadd0be7fb802a6c431b6b2;hp=fd1c866ba4bf07b83604fd39a1a71d7b3d508793;hb=8fad776382e63b3f73f8dbe289f229d79cfc2c22;hpb=b0ed0547ba277e815ca38b3333b191149a88019c diff --git a/inc/libs/doubler_functions.php b/inc/libs/doubler_functions.php index fd1c866ba4..c29c36b3c4 100644 --- a/inc/libs/doubler_functions.php +++ b/inc/libs/doubler_functions.php @@ -168,7 +168,7 @@ function getDoublerUserid () { // "Getter" for doubler_timeout function getDoublerTimeout () { - // Do we have cache? + // Is there cache? if (!isset($GLOBALS[__FUNCTION__])) { // Determine it $GLOBALS[__FUNCTION__] = getConfig('doubler_timeout'); @@ -180,7 +180,7 @@ function getDoublerTimeout () { // "Getter" for doubler_send_mode function getDoublerSendMode () { - // Do we have cache? + // Is there cache? if (!isset($GLOBALS[__FUNCTION__])) { // Determine it $GLOBALS[__FUNCTION__] = getConfig('doubler_send_mode'); @@ -192,7 +192,7 @@ function getDoublerSendMode () { // "Getter" for doubler_ref function getDoublerRef () { - // Do we have cache? + // Is there cache? if (!isset($GLOBALS[__FUNCTION__])) { // Determine it $GLOBALS[__FUNCTION__] = getConfig('doubler_ref'); @@ -204,7 +204,7 @@ function getDoublerRef () { // "Getter" for doubler_points function getDoublerPoints () { - // Do we have cache? + // Is there cache? if (!isset($GLOBALS[__FUNCTION__])) { // Determine it $GLOBALS[__FUNCTION__] = getConfig('doubler_points'); @@ -216,7 +216,7 @@ function getDoublerPoints () { // "Getter" for doubler_min function getDoublerMin () { - // Do we have cache? + // Is there cache? if (!isset($GLOBALS[__FUNCTION__])) { // Determine it $GLOBALS[__FUNCTION__] = getConfig('doubler_min'); @@ -228,7 +228,7 @@ function getDoublerMin () { // "Getter" for doubler_max function getDoublerMax () { - // Do we have cache? + // Is there cache? if (!isset($GLOBALS[__FUNCTION__])) { // Determine it $GLOBALS[__FUNCTION__] = getConfig('doubler_max'); @@ -240,7 +240,7 @@ function getDoublerMax () { // "Getter" for doubler_counter function getDoublerCounter () { - // Do we have cache? + // Is there cache? if (!isset($GLOBALS[__FUNCTION__])) { // Determine it $GLOBALS[__FUNCTION__] = getConfig('doubler_counter'); @@ -252,7 +252,7 @@ function getDoublerCounter () { // "Getter" for doubler_charge function getDoublerCharge () { - // Do we have cache? + // Is there cache? if (!isset($GLOBALS[__FUNCTION__])) { // Determine it $GLOBALS[__FUNCTION__] = getConfig('doubler_charge');