]> git.mxchange.org Git - mailer.git/blobdiff - inc/autopurge/purge-mails.php
Some SQLs rewritten, unneccessary parameter removed
[mailer.git] / inc / autopurge / purge-mails.php
index 29f13497330df8c5cbcbb6cb2cbd7cd3d466d2e0..5236d22c07c913ac24479ab30a96c4d2f5a93388 100644 (file)
@@ -131,7 +131,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
-       sendAdminNotification(getMessage('AUTOPURGE_ADMIN_DEL_MAILS_SUBJECT'), 'admin_autopurge_del_mails', $deletedStats, '');
+       sendAdminNotification(getMessage('AUTOPURGE_ADMIN_DEL_MAILS_SUBJECT'), 'admin_autopurge_del_mails', $deletedStats);
 } // END - if
 
 //