]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-bonus.php
More language strings renamed, TODOs.txt updated:
[mailer.git] / inc / modules / member / what-bonus.php
index c6191e92ff26630f05dd7739255d0263d221d83b..6f88dcfa5dac98f8651cdd73b50497f543ce1d9c 100644 (file)
@@ -94,7 +94,7 @@ LIMIT {?bonus_ranks?}",
 
 // Reset temporary variable and check for users
 $OUT = '';
-if (SQL_NUMROWS($result) > 0) {
+if (!SQL_HASZERONUMS($result)) {
        // Load our winners...
        $cnt = 1;
        while ($content = SQL_FETCHARRAY($result)) {