More rewrites to make use of (cached) wrapper functions
[mailer.git] / inc / modules / member / what-beg2.php
index b5f03912f6cfa02356fc4c982bed639248e44616..a0ff700d637b9f85fc45ea9e9e22965739a755c2 100644 (file)
@@ -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)) {