X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fautopurge%2Fpurge-general.php;h=cdd1f262a6e8de35c7026986182fd18d2ba57302;hp=3ee13256e9d971c5a6198a51a18fc898e10cd2d4;hb=3df5cfd765d32de200a4db2a21a04cb2fde40b23;hpb=ee715f8d4c903b61f943df392b93acb6ad9c2602 diff --git a/inc/autopurge/purge-general.php b/inc/autopurge/purge-general.php index 3ee13256e9..cdd1f262a6 100644 --- a/inc/autopurge/purge-general.php +++ b/inc/autopurge/purge-general.php @@ -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 { - $PURGE = $_CONFIG['auto_purge'] * 24 * 60 * 60; + $PURGE = $_CONFIG['auto_purge'] * $_CONFIG['one_day']; } // Init variables