X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_user_amounts.php;h=84bf3a6673ed83bd8371a17143350bbc8e0791b9;hp=70ba8f0e9e9b29e3afe4548cfd2b82ad4001070d;hb=49acdb7a7adbcf25a8e8683b5581bfcec72b23bd;hpb=e9da1508b2a3ccbf63adc999981674740a47e074;ds=sidebyside diff --git a/inc/modules/admin/what-list_user_amounts.php b/inc/modules/admin/what-list_user_amounts.php index 70ba8f0e9e..84bf3a6673 100644 --- a/inc/modules/admin/what-list_user_amounts.php +++ b/inc/modules/admin/what-list_user_amounts.php @@ -72,7 +72,7 @@ ORDER BY `p`.`userid` ASC', __FILE__, __LINE__); // Are there entries? (sorry, the XML functions cannot "produce" the above SQL statement) -if (!ifSqlHasZeroNums($result)) { +if (!ifSqlHasZeroNumRows($result)) { // Init amounts and points $totalPoints = '0'; $amounts = array();