X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-payout.php;h=223d0c09d27d64515369d4c937019c49b9b12390;hb=49acdb7a7adbcf25a8e8683b5581bfcec72b23bd;hp=05fd0c9f000d7cdf9f0c95f720d4566139343c24;hpb=e9da1508b2a3ccbf63adc999981674740a47e074;p=mailer.git diff --git a/inc/modules/member/what-payout.php b/inc/modules/member/what-payout.php index 05fd0c9f00..223d0c09d2 100644 --- a/inc/modules/member/what-payout.php +++ b/inc/modules/member/what-payout.php @@ -76,7 +76,7 @@ ORDER BY array($payoutPoints), __FILE__, __LINE__); // Some entries found? - if (!ifSqlHasZeroNums($result)) { + if (!ifSqlHasZeroNumRows($result)) { // Check for his payouts $result_payouts = sqlQueryEscaped('SELECT `p`.`id`, @@ -101,7 +101,7 @@ WHERE ORDER BY `p`.`payout_timestamp` DESC', array(getMemberId()), __FILE__, __LINE__); - if (!ifSqlHasZeroNums($result_payouts)) { + if (!ifSqlHasZeroNumRows($result_payouts)) { // List all his requests $OUT = ''; while ($content = sqlFetchArray($result_payouts)) {