]> git.mxchange.org Git - mailer.git/blobdiff - inc/autopurge/purge-general.php
Missing variable fixed, opps
[mailer.git] / inc / autopurge / purge-general.php
index fb30bb928c9066080e0ba333f271f47589d54087..f5249b9906872721ad341db099f93643d2d29155 100644 (file)
@@ -144,12 +144,12 @@ 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('{--ADMIN_AUTOPURGE_SUBJECT--}', 'admin_autopurge_points', translateComma($admin_points));
+               sendAdminNotification('{--ADMIN_AUTOPURGE_SUBJECT--}', 'admin_autopurge_points', $admin_points);
        } // END - if
 
        // Run all SQLs here
        runFilterChain('run_sqls');
 } // END - if
 
-//
+// [EOF]
 ?>