]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_bank_package.php
Generic function accepts eights (!) but optional parameter $callback, ext-network...
[mailer.git] / inc / modules / admin / what-list_bank_package.php
index fb6f1e8321dd575ffeda6f1b4b2497a6e4e4c2bf..e388fc0ccc2dd01c594005194b5d3e7d3953984c 100644 (file)
@@ -87,7 +87,7 @@ ORDER BY
        `id` ASC", __FILE__, __LINE__);
 
 // Is there at lease one package?
-if (SQL_NUMROWS($result) > 0) {
+if (!SQL_HASZERONUMS($result)) {
        // List all packages
        $OUT = '';
        while ($content = SQL_FETCHARRAY($result)) {