]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-chk_regs.php
More rewrites to make use of (cached) wrapper functions
[mailer.git] / inc / modules / admin / what-chk_regs.php
index 4760a601053b0ea48bfbe2ffdf2822764f2dc70b..55fa4aa54b81f0d0f286c18e5236c5171be8b123 100644 (file)
@@ -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)) {