]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/network_functions.php
Added ability to allow empty passwords, if the user does so, a random password will...
[mailer.git] / inc / libs / network_functions.php
index b3800e9a69310d549ea39c5e1fca4d6c7ee27e1f..c6a23f75eaa58e1311d413250359ffb71cb743dc 100644 (file)
@@ -718,7 +718,7 @@ ORDER BY
        `sort` ASC', __FUNCTION__, __LINE__);
 
                // Do we have entries?
-               if (SQL_NUMROWS($result) > 0) {
+               if (!SQL_HASZERONUMS($result)) {
                        // Get all entries
                        while ($row = SQL_FETCHARRAY($result)) {
                                // Add it to our global array