]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/transfer_functions.php
A lot naming conventions applied, TODOs.txt updated
[mailer.git] / inc / libs / transfer_functions.php
index 6c509f4d8d835b3c44adc622d7e2f49ecc9e207b..ee6946ae326a4743ced92e34eacd1ea78d6d7711 100644 (file)
@@ -78,7 +78,7 @@ function autoPurgeTransfers ($max, $age) {
 
        // Only send email to admin(s) when we have removed entries
        if ($removed > 0) {
-               sendAdminNotification(getMessage('TRANSFER_ADMIN_AUTOPURGE'), 'admin_transfer_ap', $removed);
+               sendAdminNotification('{--TRANSFER_ADMIN_AUTOPURGE--}', 'admin_transfer_ap', $removed);
        } // END - if
 }