]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/bonus_functions.php
Renamed more templates
[mailer.git] / inc / libs / bonus_functions.php
index 4c02b5743af86e506ecdea5ff38d365d8537fafa..525e0468b8bd9da8c2693f70dab0d763c0f7d342 100644 (file)
@@ -276,7 +276,7 @@ function purgeExpiredTurboBonus() {
 
        if (!SQL_HASZEROAFFECTED()) {
                // Send out email to admin
-               sendAdminNotification('{--ADMIN_AUTOPURGE_TURBO_SUBJECT--}', 'admin_autopurge_turbo', SQL_AFFECTEDROWS());
+               sendAdminNotification('{--ADMIN_AUTOPURGE_TURBO_SUBJECT--}', 'admin_purge_turbo', SQL_AFFECTEDROWS());
        } // END - if
 }