X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-bonus.php;h=6f88dcfa5dac98f8651cdd73b50497f543ce1d9c;hb=34db702d004b245e5528b0ba20c6de441f61820a;hp=c6191e92ff26630f05dd7739255d0263d221d83b;hpb=32fed28f469610c8bfdec7f18089cceea9e15df0;p=mailer.git diff --git a/inc/modules/member/what-bonus.php b/inc/modules/member/what-bonus.php index c6191e92ff..6f88dcfa5d 100644 --- a/inc/modules/member/what-bonus.php +++ b/inc/modules/member/what-bonus.php @@ -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)) {