X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-beg2.php;h=a0ff700d637b9f85fc45ea9e9e22965739a755c2;hp=b5f03912f6cfa02356fc4c982bed639248e44616;hb=30ae22f62ae87c53a56baf0d134569ba91011111;hpb=c72268213d4d4829d845d39c101bb08fbe4ed79a diff --git a/inc/modules/member/what-beg2.php b/inc/modules/member/what-beg2.php index b5f03912f6..a0ff700d63 100644 --- a/inc/modules/member/what-beg2.php +++ b/inc/modules/member/what-beg2.php @@ -81,7 +81,7 @@ LIMIT {?beg_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)) {