]> git.mxchange.org Git - mailer.git/blobdiff - inc/autopurge/purge-mails.php
New naming convention applied to many functions, see #118 for details
[mailer.git] / inc / autopurge / purge-mails.php
index 05c3242fb44c6d658deb443d98b5b79c4b0c268f..8599f88107b18de2567b347e65a13050b9c8a401 100644 (file)
@@ -124,7 +124,7 @@ ORDER BY sender ASC",
        // Do we have deleted mails and the admin want's to receive a notification
        if (($DELETED > 0) && (getConfig('ap_dm_notify') == 'Y')) {
                // Send out email to admin
-               SEND_ADMIN_NOTIFICATION(getMessage('AUTOPURGE_ADMIN_DEL_MAILS_SUBJECT'), "admin_autopurge_del_mails", $DELETED, '');
+               sendAdminNotification(getMessage('AUTOPURGE_ADMIN_DEL_MAILS_SUBJECT'), "admin_autopurge_del_mails", $DELETED, '');
        } // END - if
 }