X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fpurge%2Fpurge-mails.php;h=7e830feb8a6c580faf024913158466a5b8f19175;hp=ca8282eacf01ee907bad4720dbceb15ee7262132;hb=8fad776382e63b3f73f8dbe289f229d79cfc2c22;hpb=b0ed0547ba277e815ca38b3333b191149a88019c diff --git a/inc/purge/purge-mails.php b/inc/purge/purge-mails.php index ca8282eacf..7e830feb8a 100644 --- a/inc/purge/purge-mails.php +++ b/inc/purge/purge-mails.php @@ -60,7 +60,7 @@ ORDER BY // Init counter... $deletedStats = '0'; -// Do we have "purged" mails? +// Is there "purged" mails? if (!SQL_HASZERONUMS($result_mails)) { // Okay, check for their sender's while ($content = SQL_FETCHARRAY($result_mails)) { @@ -89,7 +89,7 @@ WHERE ORDER BY `userid` ASC", __FILE__, __LINE__); -// Do we have "purged" mails? +// Is there "purged" mails? if (!SQL_HASZERONUMS($result_mails)) { // Okay, check for their sender's while ($content = SQL_FETCHARRAY($result_mails)) { @@ -118,7 +118,7 @@ ORDER BY // Free memory SQL_FREERESULT($result_mails); -// Do we have deleted mails and the admin want's to receive a notification +// Is there 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('{--ADMIN_AUTOPURGE_DELETE_MAILS_SUBJECT--}', 'admin_autopurge_del_mails', $deletedStats);