X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_bank_package.php;h=ed1427960b498126b2dfdb4485d4516709547add;hp=491e87b4891ffacde7a06d9b840fdfc335f1c3dc;hb=49acdb7a7adbcf25a8e8683b5581bfcec72b23bd;hpb=e9da1508b2a3ccbf63adc999981674740a47e074 diff --git a/inc/modules/admin/what-list_bank_package.php b/inc/modules/admin/what-list_bank_package.php index 491e87b489..ed1427960b 100644 --- a/inc/modules/admin/what-list_bank_package.php +++ b/inc/modules/admin/what-list_bank_package.php @@ -178,7 +178,7 @@ ORDER BY `id` ASC', __FILE__, __LINE__); // Is there at lease one package? -if (!ifSqlHasZeroNums($result)) { +if (!ifSqlHasZeroNumRows($result)) { // List all packages $OUT = ''; while ($content = sqlFetchArray($result)) {