]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-memedit.php
Added ability to allow empty passwords, if the user does so, a random password will...
[mailer.git] / inc / modules / admin / what-memedit.php
index b7f294fcc2cd77a1b5329a7bb90ebbaa3b557319..315c2fdc3ead3954d497ce146420b22b5fd248f1 100644 (file)
@@ -188,7 +188,7 @@ if ((isFormSent('edit')) && (ifPostContainsSelections()) && (!isDemoModeActive()
        }
 
        // Some are there?
-       if (SQL_NUMROWS($result) > 0) {
+       if (!SQL_HASZERONUMS($result)) {
                // Set sub value
                $content['sub'] = $subMenu;