]> git.mxchange.org Git - mailer.git/blobdiff - inc/autopurge/purge-general.php
Templates rewritten/fixed, surfbar extended with per-entry reload lock
[mailer.git] / inc / autopurge / purge-general.php
index 3ee13256e9d971c5a6198a51a18fc898e10cd2d4..cdd1f262a6e8de35c7026986182fd18d2ba57302 100644 (file)
@@ -49,7 +49,7 @@ if (($_CONFIG['auto_purge_active'] == "Y") && ($_CONFIG['auto_purge'] > 0)) {
        if (function_exists('CREATE_TIME_SELECTIONS')) {
                $PURGE = $_CONFIG['auto_purge'];
        } else {
        if (function_exists('CREATE_TIME_SELECTIONS')) {
                $PURGE = $_CONFIG['auto_purge'];
        } else {
-               $PURGE = $_CONFIG['auto_purge'] * 24 * 60 * 60;
+               $PURGE = $_CONFIG['auto_purge'] * $_CONFIG['one_day'];
        }
 
        // Init variables
        }
 
        // Init variables