]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_network_types.php
Renamed ifSqlHasZeroNums() to ifSqlHasZeroNumRows() and improved some queries.
[mailer.git] / inc / modules / admin / what-config_network_types.php
index 2c312e5a3d03ba47bdb54f25d6e020a7c1e8213b..aadf88e84d3d60e8448bcf67b6d2c0e96bbdb3b1 100644 (file)
@@ -178,7 +178,7 @@ ORDER BY
                ), __FUNCTION__, __LINE__);
 
        // Are there entries left?
-       if (!ifSqlHasZeroNums($result)) {
+       if (!ifSqlHasZeroNumRows($result)) {
                // Init row output
                $OUT = '';