]> git.mxchange.org Git - mailer.git/blobdiff - inc/autopurge/purge-tsks.php
New (template) wrapper function fixEmptyContentToDashes() introduced, EL rewrites:
[mailer.git] / inc / autopurge / purge-tsks.php
index ddef951cf060e6673d5c81740ad977bf8a2587ab..3e1c97b4a84d9121c3afbfb4bee3a9db7d3edd61 100644 (file)
@@ -64,7 +64,7 @@ WHERE
        // Do we need to send a notification?
        if (($deletedTasks > 0) && (getConfig('ap_tasks_notify') == 'Y')) {
                // Send out email to admin
-               sendAdminNotification(getMessage('AUTOPURGE_ADMIN_TASKS_SUBJECT'), 'admin_autopurge_tsks', $deletedTasks);
+               sendAdminNotification('{--ADMIN_AUTOPURGE_TASKS_SUBJECT--}', 'admin_autopurge_tsks', $deletedTasks);
        } // END - if
 } // END - if