X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=inline;f=inc%2Fmodules%2Fmember%2Fwhat-payout.php;h=8cc6bc730de05b1ba390de38456cdb85673b2830;hb=61621983cc6d7195fcc7eab29b5f6080ff283b34;hp=91c79fd01f2549210c66b9779283f7cf275d5e6c;hpb=6d08952d672c5a5de7d8522f894a5665599a2a4a;p=mailer.git diff --git a/inc/modules/member/what-payout.php b/inc/modules/member/what-payout.php index 91c79fd01f..8cc6bc730d 100644 --- a/inc/modules/member/what-payout.php +++ b/inc/modules/member/what-payout.php @@ -16,7 +16,7 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2013 by Mailer Developer Team * + * Copyright (c) 2009 - 2016 by Mailer Developer Team * * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -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)) {