X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Flibs%2Fautopurge_functions.php;h=769099587ece6273c4c9a79d754b7d5562f57d70;hp=fde4b075873ca238a44e58bceae8d638241f002f;hb=8fad776382e63b3f73f8dbe289f229d79cfc2c22;hpb=63f159414369b5ea19a8ca75d8cd8033c45d8341 diff --git a/inc/libs/autopurge_functions.php b/inc/libs/autopurge_functions.php index fde4b07587..769099587e 100644 --- a/inc/libs/autopurge_functions.php +++ b/inc/libs/autopurge_functions.php @@ -59,7 +59,7 @@ function addPointsAutoPurge ($userid, $points) { // Checks whether auto-purging is enabled function isAutoPurgingActive () { - // Do we have cache? + // Is there cache? if (!isset($GLOBALS[__FUNCTION__])) { // Determine it $GLOBALS[__FUNCTION__] = (getConfig('auto_purge_active') == 'Y'); @@ -71,7 +71,7 @@ function isAutoPurgingActive () { // Wrapper for 'autopurge_inactive function getAutopurgeInactive () { - // Do we have cache? + // Is there cache? if (!isset($GLOBALS[__FUNCTION__])) { // Determine it $GLOBALS[__FUNCTION__] = (getConfig('autopurge_inactive') == 'Y'); @@ -83,7 +83,7 @@ function getAutopurgeInactive () { // Checks whether purging of inactive accounts is enabled function isAutopurgeInactiveEnabled () { - // Do we have cache? + // Is there cache? if (!isset($GLOBALS[__FUNCTION__])) { // Determine it $GLOBALS[__FUNCTION__] = (getAutopurgeInactive() == 'Y');