X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_unconfirmed.php;h=5c137d098cd5c03741ce1ac4aeb2fba42755cd98;hp=6dadfa922b1e18bf3bc66403c73a89eaea5a8730;hb=8fad776382e63b3f73f8dbe289f229d79cfc2c22;hpb=b0ed0547ba277e815ca38b3333b191149a88019c diff --git a/inc/modules/admin/what-list_unconfirmed.php b/inc/modules/admin/what-list_unconfirmed.php index 6dadfa922b..5c137d098c 100644 --- a/inc/modules/admin/what-list_unconfirmed.php +++ b/inc/modules/admin/what-list_unconfirmed.php @@ -113,7 +113,7 @@ if (($listed === true) && (!empty($sql))) { // Load mail data $result_master = SQL_QUERY($sql, __FILE__, __LINE__); - // Do we have an entry? + // Is there an entry? if (SQL_NUMROWS($result_master) == 1) { // Mail order / bonus mail found $poolData = SQL_FETCHARRAY($result_master); @@ -155,7 +155,7 @@ LIMIT %s", bigintval($poolData['max_rec']) ),__FILE__, __LINE__); - // Do we have entries? + // Are there entries? if (!SQL_HASZERONUMS($result)) { // At least one link left to confirm $OUT = '';