]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_networks.php
Fixes for auto-activation of extensions while registration phase
[mailer.git] / inc / modules / admin / what-list_networks.php
index 62123ad33c6d1dbd281c4ba5548655a05830d5df..c9e26e2c1655e6f596316cc0c4bf42d1bac2fc92 100644 (file)
@@ -72,7 +72,7 @@ ORDER BY
        `network_short_name` ASC', __FILE__, __LINE__);
 
 // Do we have entries?
-if (SQL_NUMROWS($result) > 0) {
+if (!SQL_HASZERONUMS($result)) {
        // List all
        $OUT = '';
        while ($content = SQL_FETCHARRAY($result)) {