X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-reflinks.php;h=1152c1a4457f6cd80395b1c3f481be90c31cf766;hp=9581176d5c98af777e1b966dc180c345fe933c97;hb=49acdb7a7adbcf25a8e8683b5581bfcec72b23bd;hpb=5b90ab389309595fde01542842169d6cbd2fc562 diff --git a/inc/modules/member/what-reflinks.php b/inc/modules/member/what-reflinks.php index 9581176d5c..1152c1a445 100644 --- a/inc/modules/member/what-reflinks.php +++ b/inc/modules/member/what-reflinks.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 * @@ -68,7 +68,7 @@ if (isAdmin()) $whereStatement = ''; $result = sqlQuery('SELECT `id`, `url`, `alternate`, `counter`, `clicks` FROM `{?_MYSQL_PREFIX?}_refbanner` ORDER BY `id` ASC', __FILE__, __LINE__); -if (!ifSqlHasZeroNums($result)) { +if (!ifSqlHasZeroNumRows($result)) { // List available ref banners $OUT = ''; while ($row = sqlFetchArray($result)) {