]> git.mxchange.org Git - mailer.git/blobdiff - inc/autopurge/purge-mails.php
A lot naming conventions applied, TODOs.txt updated
[mailer.git] / inc / autopurge / purge-mails.php
index 8f9e3308b1329063bf8390b233c79d3b76e2b4c1..712553b6557cb1e5ee86ab53e0ea167c0f3ecd7d 100644 (file)
@@ -132,7 +132,7 @@ SQL_FREERESULT($result_mails);
 // Do we have deleted mails and the admin want's to receive a notification
 if (($deletedStats > 0) && (getConfig('ap_dm_notify') == 'Y')) {
        // Send out email to admin
 // Do we have deleted mails and the admin want's to receive a notification
 if (($deletedStats > 0) && (getConfig('ap_dm_notify') == 'Y')) {
        // Send out email to admin
-       sendAdminNotification('{--ADMIN_AUTOPURGE_DEL_MAILS_SUBJECT--}', 'admin_autopurge_del_mails', $deletedStats);
+       sendAdminNotification('{--ADMIN_AUTOPURGE_DELETE_MAILS_SUBJECT--}', 'admin_autopurge_del_mails', $deletedStats);
 } // END - if
 
 //
 } // END - if
 
 //