]> git.mxchange.org Git - mailer.git/blobdiff - inc/purge/purge-tasks.php
Rewrote 'we' word a little, rewrote mail order to use SQL_INSERTID() instead of anoth...
[mailer.git] / inc / purge / purge-tasks.php
index c1c3a8ff914fbc274aaeed646aebb407e301b1c5..4917a6f8dc7c0cd6808a49c65167067615ec91d5 100644 (file)
@@ -59,7 +59,7 @@ WHERE
        // Get deleted rows
        $deletedTasks = SQL_AFFECTEDROWS();
 
-       // Do we need to send a notification?
+       // Send out a notification?
        if (($deletedTasks > 0) && (getConfig('ap_tasks_notify') == 'Y')) {
                // Send out email to admin
                sendAdminNotification('{--ADMIN_AUTOPURGE_TASKS_SUBJECT--}', 'admin_autopurge_tsks', $deletedTasks);