]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_user.php
More rewrites to make use of (cached) wrapper functions
[mailer.git] / inc / modules / admin / what-list_user.php
index f28d7376d336279cc8f9534d5249d2c826795d7c..6e78f65d9ed415c7212aca5c781a81967c9f2432 100644 (file)
@@ -239,7 +239,7 @@ LIMIT 1",
        $result = SQL_QUERY($sql, __FILE__, __LINE__);
 
        // Are there some entries?
-       if (SQL_NUMROWS($result_master) > 0) {
+       if (!SQL_HASZERONUMS($result_master)) {
                // We have some (new?) registrations!
                $templateContent['colspan2']   = ($colspan + 2);
                $templateContent['user_count'] = getTotalConfirmedUser();