X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Ffilters.php;h=59068affd13251d2476f805f64b2d9ccb5bd7254;hb=154876ca8a78bed3a06f038e3e4687b9c11a3336;hp=27e981fc0acd2989336659ebd9bde3d022da7127;hpb=09c638dfc27f9d7fe4add01d672801498e91cca3;p=mailer.git diff --git a/inc/filters.php b/inc/filters.php index 27e981fc0a..59068affd1 100644 --- a/inc/filters.php +++ b/inc/filters.php @@ -1431,7 +1431,7 @@ WHERE // Are some entries deleted? if (sqlAffectedRows() > 0) { // Okay, then send an email to the admin - sendAdminNotification('{--ADMIN_PURGE_USER_SERVER_NAME_LOG_SUBJECT--}', 'admin_purge_user_server_name_log', sqlAffectedRows()); + sendAdminNotification('{--ADMIN_PURGE_SERVER_NAME_LOG_SUBJECT--}', 'admin_purge_user_server_name_log', sqlAffectedRows()); } // END - if } // END - if