X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Flibs%2Fpayout_functions.php;h=d7abac5fe2860013ffd654dc4ef2224974cfe437;hp=c8a9f304de4c355802378fdb7e052a895dc3b798;hb=49acdb7a7adbcf25a8e8683b5581bfcec72b23bd;hpb=6d08952d672c5a5de7d8522f894a5665599a2a4a diff --git a/inc/libs/payout_functions.php b/inc/libs/payout_functions.php index c8a9f304de..d7abac5fe2 100644 --- a/inc/libs/payout_functions.php +++ b/inc/libs/payout_functions.php @@ -16,7 +16,7 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2013 by Mailer Developer Team * + * Copyright (c) 2009 - 2015 by Mailer Developer Team * * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -59,7 +59,7 @@ ORDER BY array($points), __FUNCTION__, __LINE__); // Some entries found? - if (!ifSqlHasZeroNums($result)) { + if (!ifSqlHasZeroNumRows($result)) { // Init output $OUT = '';