]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/autopurge_functions.php
Rewrote 'we' word a little, rewrote mail order to use SQL_INSERTID() instead of anoth...
[mailer.git] / inc / libs / autopurge_functions.php
index fde4b075873ca238a44e58bceae8d638241f002f..769099587ece6273c4c9a79d754b7d5562f57d70 100644 (file)
@@ -59,7 +59,7 @@ function addPointsAutoPurge ($userid, $points) {
 
 // Checks whether auto-purging is enabled
 function isAutoPurgingActive () {
 
 // 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');
        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 () {
 
 // 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');
        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 () {
 
 // 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');
        if (!isset($GLOBALS[__FUNCTION__])) {
                // Determine it
                $GLOBALS[__FUNCTION__] = (getAutopurgeInactive() == 'Y');