X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-surfbar_stats.php;h=aca6624c8a7d1579528489c64a05077d1c38f690;hp=2aaec8b85244aa8bd06ee287af14d8c903caf06d;hb=49acdb7a7adbcf25a8e8683b5581bfcec72b23bd;hpb=f3c5b763e15cf8a6106cf259189a24e80636302b diff --git a/inc/modules/admin/what-surfbar_stats.php b/inc/modules/admin/what-surfbar_stats.php index 2aaec8b852..aca6624c8a 100644 --- a/inc/modules/admin/what-surfbar_stats.php +++ b/inc/modules/admin/what-surfbar_stats.php @@ -59,7 +59,7 @@ ORDER BY array(bigintval(getRequestElement('url_id'))), __FILE__, __LINE__); // Entries found? - if (!ifSqlHasZeroNums($result)) { + if (!ifSqlHasZeroNumRows($result)) { // Get all rows $OUT = ''; $count = '0'; $visits = '0'; while ($content = sqlFetchArray($result)) { @@ -102,7 +102,7 @@ ORDER BY `stats_userid` ASC", __FILE__, __LINE__); // Entries found? - if (!ifSqlHasZeroNums($result)) { + if (!ifSqlHasZeroNumRows($result)) { // Get all rows $OUT = ''; $urlArray = '0'; $visits = '0'; while ($content = sqlFetchArray($result)) {