New naming convention applied to many functions, see #118 for details
[mailer.git] / inc / autopurge / purge-tsks.php
index 1903319a0f4b2206e143a550f2fd3b9ffc21c2ba..68ba60ff6703e36954b11ddc4f740f9de1d76139 100644 (file)
@@ -65,7 +65,7 @@ WHERE `status`='DELETED' AND task_created <= (UNIX_TIMESTAMP() - %s)",
        // Do we need to send a notification?
        if (($DELETED > 0) && (getConfig('ap_tasks_notify') == 'Y')) {
                // Send out email to admin
-               SEND_ADMIN_NOTIFICATION(getMessage('AUTOPURGE_ADMIN_TASKS_SUBJECT'), "admin_autopurge_tsks", $DELETED, '');
+               sendAdminNotification(getMessage('AUTOPURGE_ADMIN_TASKS_SUBJECT'), "admin_autopurge_tsks", $DELETED, '');
        } // END - if
 } // END - if