]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_sponsor_pay.php
More rewrites to make use of (cached) wrapper functions
[mailer.git] / inc / modules / admin / what-list_sponsor_pay.php
index 7375e79285c7b3ebcd28b3e5fd5ec9ffab57adda..dee8f22e8c23bfecee08533590b697127b7622c3 100644 (file)
@@ -183,7 +183,7 @@ ORDER BY
                __FILE__, __LINE__);
 
        // Do we have some paytypes setup?
-       if (SQL_NUMROWS($result) > 0) {
+       if (!SQL_HASZERONUMS($result)) {
                // Prepare variables for listing
                $OUT = '';