]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_networks.php
Added ability to allow empty passwords, if the user does so, a random password will...
[mailer.git] / inc / modules / admin / what-config_networks.php
index d78e2b8f4a8467b34587920dc756b530117c7bfa..6a371411ee403d4349c1f82f29b61f6ad812b79c 100644 (file)
@@ -69,7 +69,7 @@ ORDER BY
        d.`network_short_name` ASC", __FILE__, __LINE__);
 
 // Do we have entries?
-if (SQL_NUMROWS($result) > 0) {
+if (!SQL_HASZERONUMS($result)) {
        // We have some networks here
        $OUT = '';
        while ($content = SQL_FETCHARRAY($result)) {