]> git.mxchange.org Git - mailer.git/commitdiff
Fix for registration, logic went wrong...
authorRoland Häder <roland@mxchange.org>
Thu, 17 Dec 2009 22:07:27 +0000 (22:07 +0000)
committerRoland Häder <roland@mxchange.org>
Thu, 17 Dec 2009 22:07:27 +0000 (22:07 +0000)
inc/libs/register_functions.php

index 7cf34d913ea4497fa3562807eca489b23ace236a..817cc3f3dd3b639af46cd7f81f027e55b5c55bab 100644 (file)
@@ -227,7 +227,7 @@ function isRegistrationDataComplete () {
        } // END - foreach
 
        // Enougth categories selected?
-       $isOkay = (($isOkay) && ($GLOBALS['register_selected_cats'] < getConfig('least_cats')));
+       $isOkay = (($isOkay) && ($GLOBALS['register_selected_cats'] >= getConfig('least_cats')));
 
        if ((postRequestParameter('email') != '!') && (getConfig('check_double_email') == 'Y')) {
                // Does the email address already exists in our database?