X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-chk_regs.php;h=55fa4aa54b81f0d0f286c18e5236c5171be8b123;hb=b2850d8ddb4d3e7ad6f66dbadac86aad263ff738;hp=4760a601053b0ea48bfbe2ffdf2822764f2dc70b;hpb=cf3765c38cf0a76f396aca291f71858936e92956;p=mailer.git diff --git a/inc/modules/admin/what-chk_regs.php b/inc/modules/admin/what-chk_regs.php index 4760a60105..55fa4aa54b 100644 --- a/inc/modules/admin/what-chk_regs.php +++ b/inc/modules/admin/what-chk_regs.php @@ -55,7 +55,7 @@ WHERE ORDER BY `userid` ASC", __FILE__, __LINE__); -if (SQL_NUMROWS($result) > 0) { +if (!SQL_HASZERONUMS($result)) { // We have some (new?) registrations! $OUT = ''; while ($content = SQL_FETCHARRAY($result)) {