]> git.mxchange.org Git - mailer.git/blobdiff - inc/autopurge/purge-general.php
LOAD_CONFIGURED_URL() added, bug #66 resolved
[mailer.git] / inc / autopurge / purge-general.php
index a24b4c7cdc120b4dfd47def0d447b4c162b5d12f..d133ca7a7cd88fa469165e58d404c2f89bb7ddf0 100644 (file)
@@ -46,11 +46,7 @@ if ((!EXT_IS_ACTIVE("autopurge")) || (getConfig('auto_purge_active') == "N")) {
 
 if ((getConfig('auto_purge_active') == "Y") && (getConfig('auto_purge') > 0)) {
        // First calculate the timestamp
-       if (function_exists('CREATE_TIME_SELECTIONS')) {
-               $PURGE = getConfig('auto_purge');
-       } else {
-               $PURGE = getConfig('auto_purge') * getConfig('one_day');
-       }
+       $PURGE = getConfig('auto_purge');
 
        // Init variables
        $admin_points = 0;