]> git.mxchange.org Git - mailer.git/blobdiff - inc/autopurge/purge-unconfirmed.php
Fixed EL code inside EL code seems to be broken:
[mailer.git] / inc / autopurge / purge-unconfirmed.php
index 162b4f6f48a8b3bbf0a750d72d96fc9fc68cb49f..0ef7d7ef076f4be944d909190634f9704862de8f 100644 (file)
@@ -62,7 +62,7 @@ ORDER BY
        if (!SQL_HASZERONUMS($result_uncon)) {
                // Prepare variable...
                $userids = '';
-               $content['time'] = (getConfig('ap_unconfirmed_time')  / 60 / 60);
+               $content['time'] = (getApUnconfirmedTime()  / 60 / 60);
 
                // Delete inactive accounts
                while ($row = SQL_FETCHARRAY($result_uncon)) {