]> git.mxchange.org Git - mailer.git/blobdiff - inc/autopurge/purge-general.php
New function fetchUserData() introduced to API, total rewrite (not all)
[mailer.git] / inc / autopurge / purge-general.php
index c1e0ffa31f4af83910b392c1443fbf7a2a32aeb0..c9e9bcbea2320e36ddac5c77eab940bd98e68035 100644 (file)
@@ -153,7 +153,7 @@ ORDER BY
        // Add points from deleted accounts to jackpot, but here just add to notify mail
        if ($admin_points > 0) {
                // Send mail to admin
-               sendAdminNotification(getMessage('AUTOPURGE_ADMIN_SUBJECT'), "admin_autopurge_points", translateComma($points), '0');
+               sendAdminNotification(getMessage('AUTOPURGE_ADMIN_SUBJECT'), "admin_autopurge_points", translateComma($points), 0);
        } // END - if
 
        // Run all SQLs here