X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_unconfirmed.php;h=48e735be4e3087c8d97d4209fd4bad4e735b4ad2;hp=ee9be41504806da93ff773b61211cd89a3ff17b6;hb=7db85bc0c45b62c28ba49e728f489ad4bc1c115f;hpb=682edce003a1a91f66fb8e2212d7fdb591379843 diff --git a/inc/modules/admin/what-list_unconfirmed.php b/inc/modules/admin/what-list_unconfirmed.php index ee9be41504..48e735be4e 100644 --- a/inc/modules/admin/what-list_unconfirmed.php +++ b/inc/modules/admin/what-list_unconfirmed.php @@ -134,7 +134,7 @@ LIMIT %s", ),__FILE__, __LINE__); // Do we have entries? - if (SQL_NUMROWS($result) > 0) { + if (!SQL_HASZERONUMS($result)) { // At least one link left to confirm $OUT = ''; while ($row = SQL_FETCHARRAY($result)) {