]> git.mxchange.org Git - mailer.git/blobdiff - inc/purge/purge-mails.php
Renamed more templates
[mailer.git] / inc / purge / purge-mails.php
index 4827c787df4b754e17017693d5688cbc35a4b807..313325f43852fc9d4b517342608f5cfd6c4487b1 100644 (file)
@@ -121,7 +121,7 @@ SQL_FREERESULT($result_mails);
 // Is there 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_DELETE_MAILS_SUBJECT--}', 'admin_autopurge_del_mails', $deletedStats);
+       sendAdminNotification('{--ADMIN_AUTOPURGE_DELETE_MAILS_SUBJECT--}', 'admin_purge_del_mails', $deletedStats);
 } // END - if
 
 // [EOF]