]> git.mxchange.org Git - mailer.git/blobdiff - inc/autopurge/purge-inact.php
More cached wrapper functions added for config entries
[mailer.git] / inc / autopurge / purge-inact.php
index 4a0ef168653731e83a6832201ed8177eec766721..d3c9b49150e6029b551c22b2e6a877e23358b1f2 100644 (file)
@@ -90,7 +90,7 @@ ORDER BY
                // Prepare variables and constants...
                $useridsContent = '';
                $content['since'] = (getApInactiveSince() / 60 / 60);
-               $content['time']  = (getConfig('ap_inactive_time')  / 60 / 60);
+               $content['time']  = (getApInactiveTime()  / 60 / 60);
 
                // Mark found accounts as inactive and send an email
                while ($row = SQL_FETCHARRAY($result_inactive)) {