X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fpurge%2Fpurge-mails.php;h=313325f43852fc9d4b517342608f5cfd6c4487b1;hb=45799353e6886efecaa6fe169848321a81a08c6e;hp=4827c787df4b754e17017693d5688cbc35a4b807;hpb=419ba600363225629d5b81162e3fc9b52cb2dda2;p=mailer.git diff --git a/inc/purge/purge-mails.php b/inc/purge/purge-mails.php index 4827c787df..313325f438 100644 --- a/inc/purge/purge-mails.php +++ b/inc/purge/purge-mails.php @@ -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]