More rewrites to make use of (cached) wrapper functions
[mailer.git] / inc / modules / admin / what-list_payouts.php
index 2f5d98b20bcc337a457ffc599dd608d9e37e381f..7e10f9a4f7eb3c7cc1a116e53da7c8ffb72cf16c 100644 (file)
@@ -233,7 +233,7 @@ ON
 ORDER BY
        p.payout_timestamp DESC", __FILE__, __LINE__);
 
-       if (SQL_NUMROWS($result) > 0) {
+       if (!SQL_HASZERONUMS($result)) {
                // List found payouts
                $OUT = '';
                while ($content = SQL_FETCHARRAY($result)) {