X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_user.php;h=295b8144062ad50bd112d7035216d732c4b57d0d;hp=a2b4e0f16d3682031b345ad5194a260312500c1c;hb=49acdb7a7adbcf25a8e8683b5581bfcec72b23bd;hpb=f3c5b763e15cf8a6106cf259189a24e80636302b diff --git a/inc/modules/admin/what-list_user.php b/inc/modules/admin/what-list_user.php index a2b4e0f16d..295b814406 100644 --- a/inc/modules/admin/what-list_user.php +++ b/inc/modules/admin/what-list_user.php @@ -279,7 +279,7 @@ ORDER BY $result = sqlQuery($sql, __FILE__, __LINE__); // Are there some entries? - if (!ifSqlHasZeroNums($result_master)) { + if (!ifSqlHasZeroNumRows($result_master)) { // Sorting links and number of pages $templateContent['sort_links'] = addSortLinks(getRequestElement('letter'), getRequestElement('sortby')); $templateContent['num_pages'] = $numPages;